Uses of Interface
org.apache.orc.StripeInformation
-
Uses of StripeInformation in org.apache.orc
Modifier and TypeMethodDescriptionstatic List<StripeInformation>
OrcUtils.convertProtoStripesToStripes
(List<OrcProto.StripeInformation> stripes) FileMetadata.getStripes()
Deprecated.Reader.getStripes()
Get the list of stripes.Writer.getStripes()
Get the stripe information about the file.Modifier and TypeMethodDescriptionvoid
Writer.appendStripe
(byte[] stripe, int offset, int length, StripeInformation stripeInfo, OrcProto.StripeStatistics stripeStatistics) Fast stripe append to ORC file.void
Writer.appendStripe
(byte[] stripe, int offset, int length, StripeInformation stripeInfo, StripeStatistics[] stripeStatistics) Fast stripe append to ORC file.DataReader.readStripeFooter
(StripeInformation stripe) -
Uses of StripeInformation in org.apache.orc.impl
Modifier and TypeMethodDescriptionOrcTail.getStripes()
ReaderImpl.getStripes()
WriterImpl.getStripes()
Modifier and TypeMethodDescriptionvoid
WriterImpl.appendStripe
(byte[] stripe, int offset, int length, StripeInformation stripeInfo, OrcProto.StripeStatistics stripeStatistics) void
WriterImpl.appendStripe
(byte[] stripe, int offset, int length, StripeInformation stripeInfo, StripeStatistics[] stripeStatistics) boolean[]
RecordReaderImpl.SargApplier.pickRowGroups
(StripeInformation stripe, OrcProto.RowIndex[] indexes, OrcProto.Stream.Kind[] bloomFilterKinds, List<OrcProto.ColumnEncoding> encodings, OrcProto.BloomFilterIndex[] bloomFilterIndices, boolean returnNone) Pick the row groups that we need to load from the current stripe.RecordReaderImpl.readStripeFooter
(StripeInformation stripe) -
Uses of StripeInformation in org.apache.orc.impl.reader
Modifier and TypeMethodDescriptionStripePlanner.parseStripe
(StripeInformation stripe, boolean[] columnInclude) Parse a new stripe.ModifierConstructorDescriptionReaderEncryption
(OrcProto.Footer footer, TypeDescription schema, long stripeStatisticsOffset, BufferChunk serializedTail, List<StripeInformation> stripes, KeyProvider provider, Configuration conf)