- get(long) - Method in class com.facebook.presto.orc.array.IntBigArray
-
Returns the element of this big array at specified index.
- getAdditionalSequenceEncodings() - Method in class com.facebook.presto.orc.metadata.ColumnEncoding
-
- getAllFlush() - Method in class com.facebook.presto.orc.OrcWriterStats
-
- getBinaryStatistics() - Method in class com.facebook.presto.orc.metadata.statistics.ColumnStatistics
-
- getBlock(int[], int) - Method in class com.facebook.presto.orc.reader.AbstractDecimalSelectiveStreamReader
-
- getBlock(int[], int) - Method in class com.facebook.presto.orc.reader.BooleanSelectiveStreamReader
-
- getBlock(int[], int) - Method in class com.facebook.presto.orc.reader.ByteSelectiveStreamReader
-
- getBlock(int[], int) - Method in class com.facebook.presto.orc.reader.DoubleSelectiveStreamReader
-
- getBlock(int[], int) - Method in class com.facebook.presto.orc.reader.FloatSelectiveStreamReader
-
- getBlock(int[], int) - Method in class com.facebook.presto.orc.reader.ListSelectiveStreamReader
-
- getBlock(int[], int) - Method in class com.facebook.presto.orc.reader.LongDictionarySelectiveStreamReader
-
- getBlock(int[], int) - Method in class com.facebook.presto.orc.reader.LongDirectSelectiveStreamReader
-
- getBlock(int[], int) - Method in class com.facebook.presto.orc.reader.LongSelectiveStreamReader
-
- getBlock(int[], int) - Method in class com.facebook.presto.orc.reader.MapDirectSelectiveStreamReader
-
- getBlock(int[], int) - Method in class com.facebook.presto.orc.reader.MapFlatSelectiveStreamReader
-
- getBlock(int[], int) - Method in class com.facebook.presto.orc.reader.MapSelectiveStreamReader
-
- getBlock(int[], int) - Method in interface com.facebook.presto.orc.reader.SelectiveStreamReader
-
Return a subset of the values extracted during most recent read() for the specified positions
Can be called at most once after each read().
- getBlock(int[], int) - Method in class com.facebook.presto.orc.reader.SliceDictionarySelectiveReader
-
- getBlock(int[], int) - Method in class com.facebook.presto.orc.reader.SliceDirectSelectiveStreamReader
-
- getBlock(int[], int) - Method in class com.facebook.presto.orc.reader.SliceSelectiveStreamReader
-
- getBlock(int[], int) - Method in class com.facebook.presto.orc.reader.StructSelectiveStreamReader
-
- getBlock(int[], int) - Method in class com.facebook.presto.orc.reader.TimestampSelectiveStreamReader
-
- getBlockView(int[], int) - Method in class com.facebook.presto.orc.reader.AbstractDecimalSelectiveStreamReader
-
- getBlockView(int[], int) - Method in class com.facebook.presto.orc.reader.BooleanSelectiveStreamReader
-
- getBlockView(int[], int) - Method in class com.facebook.presto.orc.reader.ByteSelectiveStreamReader
-
- getBlockView(int[], int) - Method in class com.facebook.presto.orc.reader.DoubleSelectiveStreamReader
-
- getBlockView(int[], int) - Method in class com.facebook.presto.orc.reader.FloatSelectiveStreamReader
-
- getBlockView(int[], int) - Method in class com.facebook.presto.orc.reader.ListSelectiveStreamReader
-
- getBlockView(int[], int) - Method in class com.facebook.presto.orc.reader.LongDictionarySelectiveStreamReader
-
- getBlockView(int[], int) - Method in class com.facebook.presto.orc.reader.LongDirectSelectiveStreamReader
-
- getBlockView(int[], int) - Method in class com.facebook.presto.orc.reader.LongSelectiveStreamReader
-
- getBlockView(int[], int) - Method in class com.facebook.presto.orc.reader.MapDirectSelectiveStreamReader
-
- getBlockView(int[], int) - Method in class com.facebook.presto.orc.reader.MapFlatSelectiveStreamReader
-
- getBlockView(int[], int) - Method in class com.facebook.presto.orc.reader.MapSelectiveStreamReader
-
- getBlockView(int[], int) - Method in interface com.facebook.presto.orc.reader.SelectiveStreamReader
-
Like getBlock(), but returns a temporary view of the data.
- getBlockView(int[], int) - Method in class com.facebook.presto.orc.reader.SliceDictionarySelectiveReader
-
- getBlockView(int[], int) - Method in class com.facebook.presto.orc.reader.SliceDirectSelectiveStreamReader
-
- getBlockView(int[], int) - Method in class com.facebook.presto.orc.reader.SliceSelectiveStreamReader
-
- getBlockView(int[], int) - Method in class com.facebook.presto.orc.reader.StructSelectiveStreamReader
-
- getBlockView(int[], int) - Method in class com.facebook.presto.orc.reader.TimestampSelectiveStreamReader
-
- getBloomFilter() - Method in class com.facebook.presto.orc.metadata.statistics.ColumnStatistics
-
- getBooleanStatistics() - Method in class com.facebook.presto.orc.metadata.statistics.ColumnStatistics
-
- getBufferedBytes() - Method in interface com.facebook.presto.orc.DictionaryCompressionOptimizer.DictionaryColumn
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.OrcWriter
-
Number of pending bytes not yet flushed.
- getBufferedBytes() - Method in class com.facebook.presto.orc.stream.BooleanOutputStream
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.stream.ByteArrayOutputStream
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.stream.ByteOutputStream
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.stream.DecimalOutputStream
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.stream.DoubleOutputStream
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.stream.FloatOutputStream
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.stream.LongOutputStreamDwrf
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.stream.LongOutputStreamV1
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.stream.LongOutputStreamV2
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.stream.PresentOutputStream
-
- getBufferedBytes() - Method in interface com.facebook.presto.orc.stream.ValueOutputStream
-
This method returns the size of the flushed data plus any unflushed data.
- getBufferedBytes() - Method in class com.facebook.presto.orc.writer.BooleanColumnWriter
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.writer.ByteColumnWriter
-
- getBufferedBytes() - Method in interface com.facebook.presto.orc.writer.ColumnWriter
-
This method returns the size of the flushed data plus any unflushed data.
- getBufferedBytes() - Method in class com.facebook.presto.orc.writer.DecimalColumnWriter
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.writer.DoubleColumnWriter
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.writer.FloatColumnWriter
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.writer.ListColumnWriter
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.writer.LongColumnWriter
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.writer.MapColumnWriter
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.writer.SliceDirectColumnWriter
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.writer.StructColumnWriter
-
- getBufferedBytes() - Method in class com.facebook.presto.orc.writer.TimestampColumnWriter
-
- getBufferSize() - Method in class com.facebook.presto.orc.metadata.OrcFileTail
-
- getBufferSize() - Method in class com.facebook.presto.orc.OrcReader
-
- getBytes() - Method in class com.facebook.presto.orc.NoopOrcAggregatedMemoryContext
-
- getBytes() - Method in interface com.facebook.presto.orc.OrcAggregatedMemoryContext
-
- getByteStreamCheckpoint() - Method in class com.facebook.presto.orc.checkpoint.BooleanStreamCheckpoint
-
- getCheckpoint() - Method in class com.facebook.presto.orc.OrcOutputBuffer
-
- getCheckpoint() - Method in class com.facebook.presto.orc.stream.OrcInputStream
-
- getCheckpoints() - Method in class com.facebook.presto.orc.stream.BooleanOutputStream
-
- getCheckpoints() - Method in class com.facebook.presto.orc.stream.ByteArrayOutputStream
-
- getCheckpoints() - Method in class com.facebook.presto.orc.stream.ByteOutputStream
-
- getCheckpoints() - Method in class com.facebook.presto.orc.stream.DecimalOutputStream
-
- getCheckpoints() - Method in class com.facebook.presto.orc.stream.DoubleOutputStream
-
- getCheckpoints() - Method in class com.facebook.presto.orc.stream.FloatOutputStream
-
- getCheckpoints() - Method in class com.facebook.presto.orc.stream.LongOutputStreamDwrf
-
- getCheckpoints() - Method in class com.facebook.presto.orc.stream.LongOutputStreamV1
-
- getCheckpoints() - Method in class com.facebook.presto.orc.stream.LongOutputStreamV2
-
- getCheckpoints() - Method in class com.facebook.presto.orc.stream.PresentOutputStream
-
- getCheckpoints() - Method in interface com.facebook.presto.orc.stream.ValueOutputStream
-
- getCheckpointType() - Method in class com.facebook.presto.orc.stream.BooleanInputStream
-
- getCheckpointType() - Method in class com.facebook.presto.orc.stream.ByteArrayInputStream
-
- getCheckpointType() - Method in class com.facebook.presto.orc.stream.ByteInputStream
-
- getCheckpointType() - Method in class com.facebook.presto.orc.stream.DecimalInputStream
-
- getCheckpointType() - Method in class com.facebook.presto.orc.stream.DoubleInputStream
-
- getCheckpointType() - Method in class com.facebook.presto.orc.stream.FloatInputStream
-
- getCheckpointType() - Method in class com.facebook.presto.orc.stream.LongInputStreamDwrf
-
- getCheckpointType() - Method in class com.facebook.presto.orc.stream.LongInputStreamV1
-
- getCheckpointType() - Method in class com.facebook.presto.orc.stream.LongInputStreamV2
-
- getCheckpointType() - Method in class com.facebook.presto.orc.stream.RowGroupDictionaryLengthInputStream
-
- getCheckpointType() - Method in interface com.facebook.presto.orc.stream.ValueInputStream
-
- getChecksum() - Method in class com.facebook.presto.orc.OrcWriteValidation
-
- getChild() - Method in interface com.facebook.presto.orc.reader.HierarchicalFilter
-
- getChild() - Method in class com.facebook.presto.orc.reader.ListFilter
-
- getClosedFlush() - Method in class com.facebook.presto.orc.OrcWriterStats
-
- getClosestFixedBits(int) - Static method in class com.facebook.presto.orc.stream.LongDecode
-
Gets the closest supported fixed bit width for the specified bit width.
- getColumn() - Method in class com.facebook.presto.orc.metadata.Stream
-
- getColumn() - Method in class com.facebook.presto.orc.StreamId
-
- getColumn() - Method in class com.facebook.presto.orc.TupleDomainOrcPredicate.ColumnReference
-
- getColumnEncoding(int) - Method in class com.facebook.presto.orc.metadata.ColumnEncoding
-
- getColumnEncodingKind() - Method in class com.facebook.presto.orc.metadata.ColumnEncoding
-
- getColumnEncodings() - Method in class com.facebook.presto.orc.metadata.StripeFooter
-
- getColumnEncodings() - Method in class com.facebook.presto.orc.Stripe
-
- getColumnEncodings() - Method in class com.facebook.presto.orc.writer.BooleanColumnWriter
-
- getColumnEncodings() - Method in class com.facebook.presto.orc.writer.ByteColumnWriter
-
- getColumnEncodings() - Method in interface com.facebook.presto.orc.writer.ColumnWriter
-
- getColumnEncodings() - Method in class com.facebook.presto.orc.writer.DecimalColumnWriter
-
- getColumnEncodings() - Method in class com.facebook.presto.orc.writer.DoubleColumnWriter
-
- getColumnEncodings() - Method in class com.facebook.presto.orc.writer.FloatColumnWriter
-
- getColumnEncodings() - Method in class com.facebook.presto.orc.writer.ListColumnWriter
-
- getColumnEncodings() - Method in class com.facebook.presto.orc.writer.LongColumnWriter
-
- getColumnEncodings() - Method in class com.facebook.presto.orc.writer.MapColumnWriter
-
- getColumnEncodings() - Method in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter
-
- getColumnEncodings() - Method in class com.facebook.presto.orc.writer.SliceDirectColumnWriter
-
- getColumnEncodings() - Method in class com.facebook.presto.orc.writer.StructColumnWriter
-
- getColumnEncodings() - Method in class com.facebook.presto.orc.writer.TimestampColumnWriter
-
- getColumnHashes() - Method in class com.facebook.presto.orc.OrcWriteValidation.WriteChecksum
-
- getColumnNames() - Method in class com.facebook.presto.orc.OrcReader
-
- getColumnNames() - Method in class com.facebook.presto.orc.OrcWriteValidation
-
- getColumnStatistics() - Method in class com.facebook.presto.orc.metadata.RowGroupIndex
-
- getColumnStatistics() - Method in class com.facebook.presto.orc.metadata.statistics.StripeStatistics
-
- getColumnStripeStatistics() - Method in class com.facebook.presto.orc.writer.BooleanColumnWriter
-
- getColumnStripeStatistics() - Method in class com.facebook.presto.orc.writer.ByteColumnWriter
-
- getColumnStripeStatistics() - Method in interface com.facebook.presto.orc.writer.ColumnWriter
-
- getColumnStripeStatistics() - Method in class com.facebook.presto.orc.writer.DecimalColumnWriter
-
- getColumnStripeStatistics() - Method in class com.facebook.presto.orc.writer.DoubleColumnWriter
-
- getColumnStripeStatistics() - Method in class com.facebook.presto.orc.writer.FloatColumnWriter
-
- getColumnStripeStatistics() - Method in class com.facebook.presto.orc.writer.ListColumnWriter
-
- getColumnStripeStatistics() - Method in class com.facebook.presto.orc.writer.LongColumnWriter
-
- getColumnStripeStatistics() - Method in class com.facebook.presto.orc.writer.MapColumnWriter
-
- getColumnStripeStatistics() - Method in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter
-
- getColumnStripeStatistics() - Method in class com.facebook.presto.orc.writer.SliceDirectColumnWriter
-
- getColumnStripeStatistics() - Method in class com.facebook.presto.orc.writer.StructColumnWriter
-
- getColumnStripeStatistics() - Method in class com.facebook.presto.orc.writer.TimestampColumnWriter
-
- getCompression() - Method in class com.facebook.presto.orc.metadata.PostScript
-
- getCompression() - Method in class com.facebook.presto.orc.OrcWriteValidation
-
- getCompressionBlockSize() - Method in class com.facebook.presto.orc.metadata.PostScript
-
- getCompressionKind() - Method in class com.facebook.presto.orc.metadata.OrcFileTail
-
- getCompressionKind() - Method in class com.facebook.presto.orc.OrcReader
-
- getDataLength() - Method in class com.facebook.presto.orc.metadata.StripeInformation
-
- getDataStreams() - Method in class com.facebook.presto.orc.writer.BooleanColumnWriter
-
- getDataStreams() - Method in class com.facebook.presto.orc.writer.ByteColumnWriter
-
- getDataStreams() - Method in interface com.facebook.presto.orc.writer.ColumnWriter
-
Get the data streams to be written.
- getDataStreams() - Method in class com.facebook.presto.orc.writer.DecimalColumnWriter
-
- getDataStreams() - Method in class com.facebook.presto.orc.writer.DoubleColumnWriter
-
- getDataStreams() - Method in class com.facebook.presto.orc.writer.FloatColumnWriter
-
- getDataStreams() - Method in class com.facebook.presto.orc.writer.ListColumnWriter
-
- getDataStreams() - Method in class com.facebook.presto.orc.writer.LongColumnWriter
-
- getDataStreams() - Method in class com.facebook.presto.orc.writer.MapColumnWriter
-
- getDataStreams() - Method in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter
-
- getDataStreams() - Method in class com.facebook.presto.orc.writer.SliceDirectColumnWriter
-
- getDataStreams() - Method in class com.facebook.presto.orc.writer.StructColumnWriter
-
- getDataStreams() - Method in class com.facebook.presto.orc.writer.TimestampColumnWriter
-
- getDateStatistics() - Method in class com.facebook.presto.orc.metadata.statistics.ColumnStatistics
-
- getDecimalStatistics() - Method in class com.facebook.presto.orc.metadata.statistics.ColumnStatistics
-
- getDictionaryBytes() - Method in interface com.facebook.presto.orc.DictionaryCompressionOptimizer.DictionaryColumn
-
- getDictionaryBytes() - Method in class com.facebook.presto.orc.OrcWriterFlushStats
-
- getDictionaryBytes() - Method in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter
-
- getDictionaryEntries() - Method in interface com.facebook.presto.orc.DictionaryCompressionOptimizer.DictionaryColumn
-
- getDictionaryEntries() - Method in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter
-
- getDictionaryFullFlush() - Method in class com.facebook.presto.orc.OrcWriterStats
-
- getDictionaryMaxMemory() - Method in class com.facebook.presto.orc.OrcWriterOptions
-
- getDictionaryMemoryBytes() - Method in class com.facebook.presto.orc.DictionaryCompressionOptimizer
-
- getDictionarySize() - Method in class com.facebook.presto.orc.metadata.ColumnEncoding
-
- getDictionaryStreamCheckpoint(StreamId, OrcType.OrcTypeKind, ColumnEncoding.ColumnEncodingKind) - Static method in class com.facebook.presto.orc.checkpoint.Checkpoints
-
- getDictionaryStreamSources() - Method in class com.facebook.presto.orc.Stripe
-
- getDiskRangeSlice(DiskRange, Map<DiskRange, byte[]>) - Static method in class com.facebook.presto.orc.OrcDataSourceUtils
-
Get a slice for the disk range from the provided buffers.
- getDomain(Type, long, ColumnStatistics) - Static method in class com.facebook.presto.orc.TupleDomainOrcPredicate
-
- getDoubleStatistics() - Method in class com.facebook.presto.orc.metadata.statistics.ColumnStatistics
-
- getElementBlock() - Method in class com.facebook.presto.orc.writer.DictionaryBuilder
-
- getElementFilters() - Method in interface com.facebook.presto.orc.reader.HierarchicalFilter
-
- getElementFilters() - Method in class com.facebook.presto.orc.reader.ListFilter
-
- getEnd() - Method in class com.facebook.presto.orc.DiskRange
-
- getEntryCount() - Method in class com.facebook.presto.orc.stream.RowGroupDictionaryLengthInputStream
-
- getEntryCount() - Method in class com.facebook.presto.orc.writer.DictionaryBuilder
-
- getFailed() - Method in class com.facebook.presto.orc.TupleDomainFilter.BasePositionalFilter
-
- getFieldCount() - Method in class com.facebook.presto.orc.metadata.OrcType
-
- getFieldName(int) - Method in class com.facebook.presto.orc.metadata.OrcType
-
- getFieldName() - Method in class com.facebook.presto.orc.StreamDescriptor
-
- getFieldNames() - Method in class com.facebook.presto.orc.metadata.OrcType
-
- getFieldTypeIndex(int) - Method in class com.facebook.presto.orc.metadata.OrcType
-
- getFieldTypeIndexes() - Method in class com.facebook.presto.orc.metadata.OrcType
-
- getFileStats() - Method in class com.facebook.presto.orc.metadata.Footer
-
- getFileTailCacheSize() - Method in class com.facebook.presto.orc.cache.OrcCacheConfig
-
- getFileTailCacheTtlSinceLastAccess() - Method in class com.facebook.presto.orc.cache.OrcCacheConfig
-
- getFooter() - Method in class com.facebook.presto.orc.OrcReader
-
- getFooterLength() - Method in class com.facebook.presto.orc.metadata.PostScript
-
- getFooterLength() - Method in class com.facebook.presto.orc.metadata.StripeInformation
-
- getFooterSize() - Method in class com.facebook.presto.orc.metadata.OrcFileTail
-
- getFooterSlice() - Method in class com.facebook.presto.orc.metadata.OrcFileTail
-
- getGroupId() - Method in class com.facebook.presto.orc.RowGroup
-
- getHitCount() - Method in class com.facebook.presto.orc.CacheStatsMBean
-
- getHitRate() - Method in class com.facebook.presto.orc.CacheStatsMBean
-
- getHiveWriterVersion() - Method in class com.facebook.presto.orc.metadata.OrcFileTail
-
- getHiveWriterVersion() - Method in class com.facebook.presto.orc.metadata.PostScript
-
- getId() - Method in class com.facebook.presto.orc.AbstractOrcDataSource
-
- getId() - Method in class com.facebook.presto.orc.CachingOrcDataSource
-
- getId() - Method in interface com.facebook.presto.orc.OrcDataSource
-
- getIndex() - Method in class com.facebook.presto.orc.checkpoint.Checkpoints.ColumnPositionsList
-
- getIndexBytes() - Method in interface com.facebook.presto.orc.DictionaryCompressionOptimizer.DictionaryColumn
-
- getIndexBytes() - Method in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter
-
- getIndexLength() - Method in class com.facebook.presto.orc.metadata.StripeInformation
-
- getIndexStreams(CompressedMetadataWriter) - Method in class com.facebook.presto.orc.writer.BooleanColumnWriter
-
- getIndexStreams(CompressedMetadataWriter) - Method in class com.facebook.presto.orc.writer.ByteColumnWriter
-
- getIndexStreams(CompressedMetadataWriter) - Method in interface com.facebook.presto.orc.writer.ColumnWriter
-
Write index streams to the output and return the streams in the
order in which they were written.
- getIndexStreams(CompressedMetadataWriter) - Method in class com.facebook.presto.orc.writer.DecimalColumnWriter
-
- getIndexStreams(CompressedMetadataWriter) - Method in class com.facebook.presto.orc.writer.DoubleColumnWriter
-
- getIndexStreams(CompressedMetadataWriter) - Method in class com.facebook.presto.orc.writer.FloatColumnWriter
-
- getIndexStreams(CompressedMetadataWriter) - Method in class com.facebook.presto.orc.writer.ListColumnWriter
-
- getIndexStreams(CompressedMetadataWriter) - Method in class com.facebook.presto.orc.writer.LongColumnWriter
-
- getIndexStreams(CompressedMetadataWriter) - Method in class com.facebook.presto.orc.writer.MapColumnWriter
-
- getIndexStreams(CompressedMetadataWriter) - Method in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter
-
- getIndexStreams(CompressedMetadataWriter) - Method in class com.facebook.presto.orc.writer.SliceDirectColumnWriter
-
- getIndexStreams(CompressedMetadataWriter) - Method in class com.facebook.presto.orc.writer.StructColumnWriter
-
- getIndexStreams(CompressedMetadataWriter) - Method in class com.facebook.presto.orc.writer.TimestampColumnWriter
-
- getInput() - Method in class com.facebook.presto.orc.OrcDataSourceInput
-
- getInputChannels() - Method in class com.facebook.presto.orc.FilterFunction
-
- getInputs(OrcDataSource, StripeReader.StripeId, Map<StreamId, DiskRange>, boolean) - Method in class com.facebook.presto.orc.CachingStripeMetadataSource
-
- getInputs(OrcDataSource, StripeReader.StripeId, Map<StreamId, DiskRange>, boolean) - Method in class com.facebook.presto.orc.StorageStripeMetadataSource
-
- getInputs(OrcDataSource, StripeReader.StripeId, Map<StreamId, DiskRange>, boolean) - Method in interface com.facebook.presto.orc.StripeMetadataSource
-
- getInputStreamCheckpoint() - Method in class com.facebook.presto.orc.checkpoint.ByteArrayStreamCheckpoint
-
- getInputStreamCheckpoint() - Method in class com.facebook.presto.orc.checkpoint.ByteStreamCheckpoint
-
- getInputStreamCheckpoint() - Method in class com.facebook.presto.orc.checkpoint.DecimalStreamCheckpoint
-
- getInputStreamCheckpoint() - Method in class com.facebook.presto.orc.checkpoint.DoubleStreamCheckpoint
-
- getInputStreamCheckpoint() - Method in class com.facebook.presto.orc.checkpoint.FloatStreamCheckpoint
-
- getInputStreamCheckpoint() - Method in class com.facebook.presto.orc.checkpoint.LongStreamDwrfCheckpoint
-
- getInputStreamCheckpoint() - Method in class com.facebook.presto.orc.checkpoint.LongStreamV1Checkpoint
-
- getInputStreamCheckpoint() - Method in class com.facebook.presto.orc.checkpoint.LongStreamV2Checkpoint
-
- getInputStreamSource(StreamDescriptor, Stream.StreamKind, Class<S>) - Method in class com.facebook.presto.orc.stream.InputStreamSources
-
- getIntegerStatistics() - Method in class com.facebook.presto.orc.metadata.statistics.ColumnStatistics
-
- getKey() - Method in class com.facebook.presto.orc.metadata.DwrfSequenceEncoding
-
- getLength() - Method in class com.facebook.presto.orc.DiskRange
-
- getLength() - Method in class com.facebook.presto.orc.metadata.OrcType
-
- getLength() - Method in class com.facebook.presto.orc.metadata.Stream
-
- getLower() - Method in class com.facebook.presto.orc.TupleDomainFilter.BigintRange
-
- getLower() - Method in class com.facebook.presto.orc.TupleDomainFilter.BytesRange
-
- getLower() - Method in class com.facebook.presto.orc.TupleDomainFilter.DoubleRange
-
- getMax() - Method in class com.facebook.presto.orc.metadata.statistics.DateStatistics
-
- getMax() - Method in class com.facebook.presto.orc.metadata.statistics.DecimalStatistics
-
- getMax() - Method in class com.facebook.presto.orc.metadata.statistics.DoubleStatistics
-
- getMax() - Method in class com.facebook.presto.orc.metadata.statistics.IntegerStatistics
-
- getMax() - Method in interface com.facebook.presto.orc.metadata.statistics.RangeStatistics
-
- getMax() - Method in class com.facebook.presto.orc.metadata.statistics.StringStatistics
-
- getMaxBlockSize() - Method in class com.facebook.presto.orc.OrcReaderOptions
-
- getMaxBytesFlush() - Method in class com.facebook.presto.orc.OrcWriterStats
-
- getMaxCodePointCount(Type) - Static method in class com.facebook.presto.orc.reader.SliceBatchStreamReader
-
- getMaxCompressionBufferSize() - Method in class com.facebook.presto.orc.OrcWriterOptions
-
- getMaxMergeDistance() - Method in class com.facebook.presto.orc.OrcReaderOptions
-
- getMaxRowsFlush() - Method in class com.facebook.presto.orc.OrcWriterStats
-
- getMaxStringStatisticsLimit() - Method in class com.facebook.presto.orc.OrcWriterOptions
-
- getMetadata() - Method in class com.facebook.presto.orc.OrcReader
-
- getMetadata() - Method in class com.facebook.presto.orc.OrcWriteValidation
-
- getMetadataLength() - Method in class com.facebook.presto.orc.metadata.PostScript
-
- getMetadataSize() - Method in class com.facebook.presto.orc.metadata.OrcFileTail
-
- getMetadataSlice() - Method in class com.facebook.presto.orc.metadata.OrcFileTail
-
- getMin() - Method in class com.facebook.presto.orc.metadata.statistics.DateStatistics
-
- getMin() - Method in class com.facebook.presto.orc.metadata.statistics.DecimalStatistics
-
- getMin() - Method in class com.facebook.presto.orc.metadata.statistics.DoubleStatistics
-
- getMin() - Method in class com.facebook.presto.orc.metadata.statistics.IntegerStatistics
-
- getMin() - Method in interface com.facebook.presto.orc.metadata.statistics.RangeStatistics
-
- getMin() - Method in class com.facebook.presto.orc.metadata.statistics.StringStatistics
-
- getMinAverageRowBytes() - Method in class com.facebook.presto.orc.RowGroup
-
- getMinAverageValueSizeInBytes() - Method in class com.facebook.presto.orc.metadata.statistics.ColumnStatistics
-
The minimum average value sizes.
- getMissCount() - Method in class com.facebook.presto.orc.CacheStatsMBean
-
- getName() - Method in class com.facebook.presto.orc.OrcWriterFlushStats
-
- getNestedColumnWriters() - Method in interface com.facebook.presto.orc.writer.ColumnWriter
-
- getNestedColumnWriters() - Method in class com.facebook.presto.orc.writer.ListColumnWriter
-
- getNestedColumnWriters() - Method in class com.facebook.presto.orc.writer.MapColumnWriter
-
- getNestedColumnWriters() - Method in class com.facebook.presto.orc.writer.StructColumnWriter
-
- getNestedStreams() - Method in class com.facebook.presto.orc.StreamDescriptor
-
- getNextPage() - Method in class com.facebook.presto.orc.OrcSelectiveRecordReader
-
- getNonNullValueCount() - Method in interface com.facebook.presto.orc.DictionaryCompressionOptimizer.DictionaryColumn
-
- getNonNullValueCount() - Method in class com.facebook.presto.orc.metadata.statistics.StringStatisticsBuilder
-
- getNonNullValueCount() - Method in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter
-
- getNullsFilter() - Method in interface com.facebook.presto.orc.reader.HierarchicalFilter
-
- getNullsFilter() - Method in class com.facebook.presto.orc.reader.ListFilter
-
- getNumberOfRows() - Method in class com.facebook.presto.orc.metadata.Footer
-
- getNumberOfRows() - Method in class com.facebook.presto.orc.metadata.StripeInformation
-
- getNumberOfValues() - Method in class com.facebook.presto.orc.metadata.statistics.ColumnStatistics
-
- getOffset() - Method in class com.facebook.presto.orc.checkpoint.BooleanStreamCheckpoint
-
- getOffset() - Method in class com.facebook.presto.orc.checkpoint.ByteStreamCheckpoint
-
- getOffset() - Method in class com.facebook.presto.orc.checkpoint.LongStreamV1Checkpoint
-
- getOffset() - Method in class com.facebook.presto.orc.checkpoint.LongStreamV2Checkpoint
-
- getOffset() - Method in class com.facebook.presto.orc.DiskRange
-
- getOffset() - Method in class com.facebook.presto.orc.metadata.StripeInformation
-
- getOffset() - Method in class com.facebook.presto.orc.StripeReader.StripeId
-
- getOrcDataSource() - Method in class com.facebook.presto.orc.StreamDescriptor
-
- getOrcDataSourceId() - Method in class com.facebook.presto.orc.stream.OrcInputStream
-
- getOrcDataSourceId() - Method in class com.facebook.presto.orc.StreamDescriptor
-
- getOrcFileTail(OrcDataSource, MetadataReader, Optional<OrcWriteValidation>, boolean) - Method in class com.facebook.presto.orc.cache.CachingOrcFileTailSource
-
- getOrcFileTail(OrcDataSource, MetadataReader, Optional<OrcWriteValidation>, boolean) - Method in interface com.facebook.presto.orc.cache.OrcFileTailSource
-
- getOrcFileTail(OrcDataSource, MetadataReader, Optional<OrcWriteValidation>, boolean) - Method in class com.facebook.presto.orc.cache.StorageOrcFileTailSource
-
- getOrcMetadataVersion() - Method in class com.facebook.presto.orc.metadata.CompressedMetadataWriter
-
- getOrcMetadataVersion() - Method in class com.facebook.presto.orc.metadata.DwrfMetadataWriter
-
- getOrcMetadataVersion() - Method in interface com.facebook.presto.orc.metadata.MetadataWriter
-
- getOrcMetadataVersion() - Method in class com.facebook.presto.orc.metadata.OrcMetadataWriter
-
- getOrcType() - Method in class com.facebook.presto.orc.StreamDescriptor
-
- getOrcTypeKind() - Method in class com.facebook.presto.orc.metadata.OrcType
-
- getOrcTypeKind() - Method in class com.facebook.presto.orc.StreamDescriptor
-
- getOrcWriterVersion() - Method in enum com.facebook.presto.orc.metadata.PostScript.HiveWriterVersion
-
- getOrdinal() - Method in class com.facebook.presto.orc.TupleDomainOrcPredicate.ColumnReference
-
- getOutputDataSize() - Method in class com.facebook.presto.orc.OrcOutputBuffer
-
- getParent() - Method in class com.facebook.presto.orc.reader.ListFilter
-
- getPositionalFilter() - Method in interface com.facebook.presto.orc.reader.HierarchicalFilter
-
- getPositionalFilter() - Method in class com.facebook.presto.orc.reader.ListFilter
-
- getPositions() - Method in class com.facebook.presto.orc.metadata.RowGroupIndex
-
- getPrecedingPositionsToFail() - Method in class com.facebook.presto.orc.TupleDomainFilter.AbstractTupleDomainFilter
-
- getPrecedingPositionsToFail() - Method in class com.facebook.presto.orc.TupleDomainFilter.BasePositionalFilter
-
- getPrecedingPositionsToFail() - Method in interface com.facebook.presto.orc.TupleDomainFilter
-
When a filter applied to a nested column fails, the whole top-level position should
fail.
- getPrecision() - Method in class com.facebook.presto.orc.metadata.OrcType
-
- getRangeFor(long) - Method in interface com.facebook.presto.orc.CachingOrcDataSource.RegionFinder
-
- getRawBytes() - Method in interface com.facebook.presto.orc.DictionaryCompressionOptimizer.DictionaryColumn
-
- getRawBytes() - Method in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter
-
- getReadBytes() - Method in class com.facebook.presto.orc.AbstractOrcDataSource
-
- getReadBytes() - Method in class com.facebook.presto.orc.CachingOrcDataSource
-
- getReadBytes() - Method in interface com.facebook.presto.orc.OrcDataSource
-
- getReadPositions() - Method in class com.facebook.presto.orc.OrcSelectiveRecordReader
-
- getReadPositions() - Method in class com.facebook.presto.orc.reader.AbstractDecimalSelectiveStreamReader
-
- getReadPositions() - Method in class com.facebook.presto.orc.reader.BooleanSelectiveStreamReader
-
- getReadPositions() - Method in class com.facebook.presto.orc.reader.ByteSelectiveStreamReader
-
- getReadPositions() - Method in class com.facebook.presto.orc.reader.DoubleSelectiveStreamReader
-
- getReadPositions() - Method in class com.facebook.presto.orc.reader.FloatSelectiveStreamReader
-
- getReadPositions() - Method in class com.facebook.presto.orc.reader.ListSelectiveStreamReader
-
- getReadPositions() - Method in class com.facebook.presto.orc.reader.LongSelectiveStreamReader
-
- getReadPositions() - Method in class com.facebook.presto.orc.reader.MapDirectSelectiveStreamReader
-
- getReadPositions() - Method in class com.facebook.presto.orc.reader.MapFlatSelectiveStreamReader
-
- getReadPositions() - Method in class com.facebook.presto.orc.reader.MapSelectiveStreamReader
-
- getReadPositions() - Method in interface com.facebook.presto.orc.reader.SelectiveStreamReader
-
- getReadPositions() - Method in class com.facebook.presto.orc.reader.SliceDictionarySelectiveReader
-
- getReadPositions() - Method in class com.facebook.presto.orc.reader.SliceDirectSelectiveStreamReader
-
- getReadPositions() - Method in class com.facebook.presto.orc.reader.SliceSelectiveStreamReader
-
- getReadPositions() - Method in class com.facebook.presto.orc.reader.StructSelectiveStreamReader
-
- getReadPositions() - Method in class com.facebook.presto.orc.reader.TimestampSelectiveStreamReader
-
- getReadTimeNanos() - Method in class com.facebook.presto.orc.AbstractOrcDataSource
-
- getReadTimeNanos() - Method in class com.facebook.presto.orc.CachingOrcDataSource
-
- getReadTimeNanos() - Method in interface com.facebook.presto.orc.OrcDataSource
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.OrcWriter
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.stream.BooleanOutputStream
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.stream.ByteArrayOutputStream
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.stream.ByteOutputStream
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.stream.DecimalOutputStream
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.stream.DoubleOutputStream
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.stream.FloatOutputStream
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.stream.LongOutputStreamDwrf
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.stream.LongOutputStreamV1
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.stream.LongOutputStreamV2
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.stream.PresentOutputStream
-
- getRetainedBytes() - Method in interface com.facebook.presto.orc.stream.ValueOutputStream
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.writer.BooleanColumnWriter
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.writer.ByteColumnWriter
-
- getRetainedBytes() - Method in interface com.facebook.presto.orc.writer.ColumnWriter
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.writer.DecimalColumnWriter
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.writer.DoubleColumnWriter
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.writer.FloatColumnWriter
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.writer.ListColumnWriter
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.writer.LongColumnWriter
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.writer.MapColumnWriter
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.writer.SliceDirectColumnWriter
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.writer.StructColumnWriter
-
- getRetainedBytes() - Method in class com.facebook.presto.orc.writer.TimestampColumnWriter
-
- getRetainedSize() - Method in class com.facebook.presto.orc.ChunkedSliceOutput
-
- getRetainedSize() - Method in class com.facebook.presto.orc.OrcOutputBuffer
-
- getRetainedSize() - Method in class com.facebook.presto.orc.OrcWriteValidation.OrcWriteValidationBuilder
-
- getRetainedSizeInBytes() - Method in interface com.facebook.presto.orc.DataSink
-
Gets the size of the memory buffers.
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.metadata.statistics.BinaryStatistics
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.metadata.statistics.BooleanStatistics
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.metadata.statistics.ColumnStatistics
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.metadata.statistics.DateStatistics
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.metadata.statistics.DecimalStatistics
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.metadata.statistics.DoubleStatistics
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.metadata.statistics.HiveBloomFilter
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.metadata.statistics.IntegerStatistics
-
- getRetainedSizeInBytes() - Method in interface com.facebook.presto.orc.metadata.statistics.RangeStatistics
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.metadata.statistics.StringStatistics
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.metadata.statistics.StripeStatistics
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.OrcBatchRecordReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.OrcDataSourceInput
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.OutputStreamDataSink
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.AbstractDecimalSelectiveStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.BooleanBatchStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.BooleanSelectiveStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.ByteBatchStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.ByteSelectiveStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.DecimalBatchStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.DoubleBatchStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.DoubleSelectiveStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.FloatBatchStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.FloatSelectiveStreamReader
-
- getRetainedSizeInBytes() - Method in interface com.facebook.presto.orc.reader.HierarchicalFilter
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.ListBatchStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.ListFilter
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.ListSelectiveStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.LongBatchStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.LongDictionaryBatchStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.LongDictionarySelectiveStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.LongDirectBatchStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.LongDirectSelectiveStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.LongSelectiveStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.MapBatchStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.MapDirectBatchStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.MapDirectSelectiveStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.MapFlatBatchStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.MapFlatSelectiveStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.MapSelectiveStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.SliceBatchStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.SliceDictionaryBatchStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.SliceDictionarySelectiveReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.SliceDirectBatchStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.SliceDirectSelectiveStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.SliceSelectiveStreamReader
-
- getRetainedSizeInBytes() - Method in interface com.facebook.presto.orc.reader.StreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.StructBatchStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.StructSelectiveStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.TimestampBatchStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.reader.TimestampSelectiveStreamReader
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.orc.writer.DictionaryBuilder
-
- getRowCount() - Method in class com.facebook.presto.orc.RowGroup
-
- getRowCount() - Method in class com.facebook.presto.orc.Stripe
-
- getRowGroupDictionarySize() - Method in class com.facebook.presto.orc.checkpoint.RowGroupDictionaryLengthStreamCheckpoint
-
- getRowGroupMaxRowCount() - Method in class com.facebook.presto.orc.OrcWriterOptions
-
- getRowGroupMaxRowCount() - Method in class com.facebook.presto.orc.OrcWriteValidation
-
- getRowGroups() - Method in class com.facebook.presto.orc.Stripe
-
- getRowOffset() - Method in class com.facebook.presto.orc.RowGroup
-
- getRowsInRowGroup() - Method in class com.facebook.presto.orc.metadata.Footer
-
- getScale() - Method in class com.facebook.presto.orc.metadata.OrcType
-
- getSegments() - Method in class com.facebook.presto.orc.array.IntBigArray
-
- getSequence() - Method in class com.facebook.presto.orc.metadata.Stream
-
- getSequence() - Method in class com.facebook.presto.orc.StreamDescriptor
-
- getSequence() - Method in class com.facebook.presto.orc.StreamId
-
- getSetBits(int) - Method in class com.facebook.presto.orc.stream.BooleanInputStream
-
Gets a vector of bytes set to 1 if the bit is set.
- getSetBits(int, byte[]) - Method in class com.facebook.presto.orc.stream.BooleanInputStream
-
Sets the vector element to 1 if the bit is set.
- getSetBits(int, boolean[]) - Method in class com.facebook.presto.orc.stream.BooleanInputStream
-
Sets the vector element to true if the bit is set.
- getSetBits(int, boolean[], boolean[]) - Method in class com.facebook.presto.orc.stream.BooleanInputStream
-
Sets the vector element to true if the bit is set, skipping the null values.
- getSize() - Method in class com.facebook.presto.orc.AbstractOrcDataSource
-
- getSize() - Method in class com.facebook.presto.orc.CacheStatsMBean
-
- getSize() - Method in class com.facebook.presto.orc.CachingOrcDataSource
-
- getSize() - Method in interface com.facebook.presto.orc.OrcDataSource
-
- getSizeInBytes() - Method in class com.facebook.presto.orc.writer.DictionaryBuilder
-
- getSlices() - Method in class com.facebook.presto.orc.ChunkedSliceOutput
-
- getSourceId() - Method in class com.facebook.presto.orc.StripeReader.StripeId
-
- getStream() - Method in class com.facebook.presto.orc.stream.StreamDataOutput
-
- getStreamCheckpoints(Set<Integer>, List<OrcType>, boolean, int, List<ColumnEncoding>, Map<StreamId, Stream>, Map<StreamId, List<RowGroupIndex>>) - Static method in class com.facebook.presto.orc.checkpoint.Checkpoints
-
- getStreamDataOutput(int) - Method in class com.facebook.presto.orc.stream.BooleanOutputStream
-
- getStreamDataOutput(int) - Method in class com.facebook.presto.orc.stream.ByteArrayOutputStream
-
- getStreamDataOutput(int) - Method in class com.facebook.presto.orc.stream.ByteOutputStream
-
- getStreamDataOutput(int) - Method in class com.facebook.presto.orc.stream.DecimalOutputStream
-
- getStreamDataOutput(int) - Method in class com.facebook.presto.orc.stream.DoubleOutputStream
-
- getStreamDataOutput(int) - Method in class com.facebook.presto.orc.stream.FloatOutputStream
-
- getStreamDataOutput(int) - Method in class com.facebook.presto.orc.stream.LongOutputStreamDwrf
-
- getStreamDataOutput(int) - Method in class com.facebook.presto.orc.stream.LongOutputStreamV1
-
- getStreamDataOutput(int) - Method in class com.facebook.presto.orc.stream.LongOutputStreamV2
-
- getStreamDataOutput(int) - Method in class com.facebook.presto.orc.stream.PresentOutputStream
-
- getStreamDataOutput(int) - Method in interface com.facebook.presto.orc.stream.ValueOutputStream
-
- getStreamId() - Method in class com.facebook.presto.orc.StreamDescriptor
-
- getStreamId() - Method in class com.facebook.presto.orc.StripeReader.StripeStreamId
-
- getStreamKind() - Method in class com.facebook.presto.orc.metadata.Stream
-
- getStreamKind() - Method in class com.facebook.presto.orc.StreamId
-
- getStreamName() - Method in class com.facebook.presto.orc.StreamDescriptor
-
- getStreams() - Method in class com.facebook.presto.orc.metadata.StripeFooter
-
- getStreamSources() - Method in class com.facebook.presto.orc.RowGroup
-
- getStreamType() - Method in class com.facebook.presto.orc.stream.CheckpointInputStreamSource
-
- getStreamType() - Method in interface com.facebook.presto.orc.stream.InputStreamSource
-
- getStreamType() - Method in class com.facebook.presto.orc.stream.MissingInputStreamSource
-
- getStreamType() - Method in class com.facebook.presto.orc.stream.ValueInputStreamSource
-
- getStringStatistics() - Method in class com.facebook.presto.orc.metadata.statistics.ColumnStatistics
-
- getStripeBytes() - Method in class com.facebook.presto.orc.OrcWriterFlushStats
-
- getStripeFooterCacheSize() - Method in class com.facebook.presto.orc.cache.OrcCacheConfig
-
- getStripeFooterCacheTtlSinceLastAccess() - Method in class com.facebook.presto.orc.cache.OrcCacheConfig
-
- getStripeFooterSlice(OrcDataSource, StripeReader.StripeId, long, int, boolean) - Method in class com.facebook.presto.orc.CachingStripeMetadataSource
-
- getStripeFooterSlice(OrcDataSource, StripeReader.StripeId, long, int, boolean) - Method in class com.facebook.presto.orc.StorageStripeMetadataSource
-
- getStripeFooterSlice(OrcDataSource, StripeReader.StripeId, long, int, boolean) - Method in interface com.facebook.presto.orc.StripeMetadataSource
-
- getStripeHash() - Method in class com.facebook.presto.orc.OrcWriteValidation.WriteChecksum
-
- getStripeMaxRowCount() - Method in class com.facebook.presto.orc.OrcWriterOptions
-
- getStripeMaxSize() - Method in class com.facebook.presto.orc.OrcWriterOptions
-
- getStripeMinSize() - Method in class com.facebook.presto.orc.OrcWriterOptions
-
- getStripeRows() - Method in class com.facebook.presto.orc.OrcWriterFlushStats
-
- getStripes() - Method in class com.facebook.presto.orc.metadata.Footer
-
- getStripeStatsList() - Method in class com.facebook.presto.orc.metadata.Metadata
-
- getStripeStreamCacheSize() - Method in class com.facebook.presto.orc.cache.OrcCacheConfig
-
- getStripeStreamCacheTtlSinceLastAccess() - Method in class com.facebook.presto.orc.cache.OrcCacheConfig
-
- getSucceedingPositionsToFail() - Method in class com.facebook.presto.orc.TupleDomainFilter.AbstractTupleDomainFilter
-
- getSucceedingPositionsToFail() - Method in class com.facebook.presto.orc.TupleDomainFilter.BasePositionalFilter
-
- getSucceedingPositionsToFail() - Method in interface com.facebook.presto.orc.TupleDomainFilter
-
- getSum() - Method in class com.facebook.presto.orc.metadata.statistics.BinaryStatistics
-
- getSum() - Method in class com.facebook.presto.orc.metadata.statistics.IntegerStatistics
-
- getSum() - Method in class com.facebook.presto.orc.metadata.statistics.StringStatistics
-
- getTinyStripeThreshold() - Method in class com.facebook.presto.orc.OrcReaderOptions
-
- getTopLevelFailed() - Method in interface com.facebook.presto.orc.reader.HierarchicalFilter
-
- getTopLevelFailed() - Method in class com.facebook.presto.orc.reader.ListFilter
-
- getTopLevelIndexOutOfBounds() - Method in interface com.facebook.presto.orc.reader.HierarchicalFilter
-
- getTopLevelIndexOutOfBounds() - Method in class com.facebook.presto.orc.reader.ListFilter
-
- getTopLevelOffsetCount() - Method in interface com.facebook.presto.orc.reader.HierarchicalFilter
-
- getTopLevelOffsetCount() - Method in class com.facebook.presto.orc.reader.ListFilter
-
- getTopLevelOffsets() - Method in interface com.facebook.presto.orc.reader.HierarchicalFilter
-
- getTopLevelOffsets() - Method in class com.facebook.presto.orc.reader.ListFilter
-
- getTotalLength() - Method in class com.facebook.presto.orc.metadata.StripeInformation
-
- getTotalRowCount() - Method in class com.facebook.presto.orc.OrcWriteValidation.WriteChecksum
-
- getTrueValueCount() - Method in class com.facebook.presto.orc.metadata.statistics.BooleanStatistics
-
- getType() - Method in class com.facebook.presto.orc.TupleDomainOrcPredicate.ColumnReference
-
- getTypes() - Method in class com.facebook.presto.orc.metadata.Footer
-
- getUnderlyingSlice() - Method in class com.facebook.presto.orc.ChunkedSliceOutput
-
- getUnderlyingSlice() - Method in class com.facebook.presto.orc.OrcOutputBuffer
-
- getUnsetBits(int, boolean[]) - Method in class com.facebook.presto.orc.stream.BooleanInputStream
-
Sets the vector element to true if the bit is not set.
- getUnsetBits(int) - Method in class com.facebook.presto.orc.stream.BooleanInputStream
-
Return the number of unset bits
- getUpper() - Method in class com.facebook.presto.orc.TupleDomainFilter.BigintRange
-
- getUpper() - Method in class com.facebook.presto.orc.TupleDomainFilter.DoubleRange
-
- getUserMetadata() - Method in class com.facebook.presto.orc.metadata.Footer
-
- getValueCount() - Method in interface com.facebook.presto.orc.DictionaryCompressionOptimizer.DictionaryColumn
-
- getValueCount() - Method in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter
-
- getValueEncoding() - Method in class com.facebook.presto.orc.metadata.DwrfSequenceEncoding
-
- getVersion() - Method in class com.facebook.presto.orc.metadata.PostScript
-
- getVersion() - Method in class com.facebook.presto.orc.OrcWriteValidation
-
- getWriterSizeInBytes() - Method in class com.facebook.presto.orc.OrcWriterStats
-
- getWrittenBytes() - Method in class com.facebook.presto.orc.OrcWriter
-
Number of bytes already flushed to the data sink.
- grow(int) - Method in interface com.facebook.presto.orc.OrcDecompressor.OutputBuffer
-
- validate(OrcDataSource) - Method in class com.facebook.presto.orc.OrcWriter
-
- validateFileStatistics(OrcDataSourceId, List<ColumnStatistics>) - Method in class com.facebook.presto.orc.OrcWriteValidation
-
- validateMetadata(OrcDataSourceId, Map<String, Slice>) - Method in class com.facebook.presto.orc.OrcWriteValidation
-
- validateRowGroupStatistics(OrcDataSourceId, long, Map<StreamId, List<RowGroupIndex>>) - Method in class com.facebook.presto.orc.OrcWriteValidation
-
- validateRowGroupStatistics(OrcDataSourceId, long, int, List<ColumnStatistics>) - Method in class com.facebook.presto.orc.OrcWriteValidation
-
- validateStripeStatistics(OrcDataSourceId, List<StripeInformation>, List<StripeStatistics>) - Method in class com.facebook.presto.orc.OrcWriteValidation
-
- validateStripeStatistics(OrcDataSourceId, long, List<ColumnStatistics>) - Method in class com.facebook.presto.orc.OrcWriteValidation
-
- validateWrite(Optional<OrcWriteValidation>, OrcDataSource, Predicate<OrcWriteValidation>, String, Object...) - Static method in class com.facebook.presto.orc.OrcReader
-
- ValueInputStream<C extends StreamCheckpoint> - Interface in com.facebook.presto.orc.stream
-
- ValueInputStreamSource<S extends ValueInputStream<?>> - Class in com.facebook.presto.orc.stream
-
- ValueInputStreamSource(S) - Constructor for class com.facebook.presto.orc.stream.ValueInputStreamSource
-
- valueOf(String) - Static method in enum com.facebook.presto.orc.array.Arrays.ExpansionFactor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.orc.array.Arrays.ExpansionOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.orc.metadata.ColumnEncoding.ColumnEncodingKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.orc.metadata.CompressionKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.orc.metadata.OrcType.OrcTypeKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.orc.metadata.PostScript.HiveWriterVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.orc.metadata.Stream.StreamKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.orc.OrcEncoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.orc.OrcWriterStats.FlushReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.orc.OrcWriteValidation.OrcWriteValidationMode
-
Returns the enum constant of this type with the specified name.
- ValueOutputStream<C extends StreamCheckpoint> - Interface in com.facebook.presto.orc.stream
-
- values() - Static method in enum com.facebook.presto.orc.array.Arrays.ExpansionFactor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.orc.array.Arrays.ExpansionOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.orc.metadata.ColumnEncoding.ColumnEncodingKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.orc.metadata.CompressionKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.orc.metadata.OrcType.OrcTypeKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.orc.metadata.PostScript.HiveWriterVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.orc.metadata.Stream.StreamKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.orc.OrcEncoding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.orc.OrcWriterStats.FlushReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.orc.OrcWriteValidation.OrcWriteValidationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class com.facebook.presto.orc.reader.AbstractDecimalSelectiveStreamReader
-
- ValueStreams - Class in com.facebook.presto.orc.stream
-