Uses of Class
org.apache.orc.impl.InStream.StreamOptions
Packages that use InStream.StreamOptions
-
Uses of InStream.StreamOptions in org.apache.orc
Methods in org.apache.orc that return InStream.StreamOptionsModifier and TypeMethodDescriptionDataReader.getCompressionOptions()
Returns the compression options used by this DataReader. -
Uses of InStream.StreamOptions in org.apache.orc.impl
Methods in org.apache.orc.impl that return InStream.StreamOptionsModifier and TypeMethodDescriptionInStream.StreamOptions.clone()
DataReaderProperties.getCompression()
static InStream.StreamOptions
InStream.options()
InStream.StreamOptions.withBufferSize
(int value) InStream.StreamOptions.withCodec
(CompressionCodec value) InStream.StreamOptions.withEncryption
(EncryptionAlgorithm algorithm, Key key, byte[] iv) Methods in org.apache.orc.impl with parameters of type InStream.StreamOptionsModifier and TypeMethodDescriptionstatic InStream
InStream.create
(Object name, org.apache.hadoop.hive.common.io.DiskRangeList input, long offset, long length, InStream.StreamOptions options) Create an input stream from a list of disk ranges with data.static OrcProto.Metadata
ReaderImpl.extractMetadata
(ByteBuffer bb, int metadataAbsPos, int metadataSize, InStream.StreamOptions options) DataReaderProperties.Builder.withCompression
(InStream.StreamOptions value) Constructors in org.apache.orc.impl with parameters of type InStream.StreamOptionsModifierConstructorDescriptionCompressedStream
(Object name, long offset, long length, InStream.StreamOptions options) Create the stream without resetting the input stream.CompressedStream
(Object name, org.apache.hadoop.hive.common.io.DiskRangeList input, long offset, long length, InStream.StreamOptions options) Create the stream and initialize the input for the stream.EncryptedStream
(Object name, org.apache.hadoop.hive.common.io.DiskRangeList input, long offset, long length, InStream.StreamOptions options) -
Uses of InStream.StreamOptions in org.apache.orc.impl.reader
Methods in org.apache.orc.impl.reader with parameters of type InStream.StreamOptionsModifier and TypeMethodDescriptionReaderEncryptionVariant.getStripeStatistics
(boolean[] columns, InStream.StreamOptions compression, ReaderImpl reader) Decrypt the raw data and return the list of the stripe statistics for this variant.