Uses of Interface
org.apache.orc.StripeInformation
Packages that use StripeInformation
-
Uses of StripeInformation in org.apache.orc
Methods in org.apache.orc that return types with arguments of type StripeInformationModifier 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.Methods in org.apache.orc with parameters of type StripeInformationModifier 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
Classes in org.apache.orc.impl that implement StripeInformationMethods in org.apache.orc.impl that return types with arguments of type StripeInformationModifier and TypeMethodDescriptionOrcTail.getStripes()
ReaderImpl.getStripes()
WriterImpl.getStripes()
Methods in org.apache.orc.impl with parameters of type StripeInformationModifier 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
Methods in org.apache.orc.impl.reader with parameters of type StripeInformationModifier and TypeMethodDescriptionStripePlanner.parseStripe
(StripeInformation stripe, boolean[] columnInclude) Parse a new stripe.Constructor parameters in org.apache.orc.impl.reader with type arguments of type StripeInformationModifierConstructorDescriptionReaderEncryption
(OrcProto.Footer footer, TypeDescription schema, long stripeStatisticsOffset, BufferChunk serializedTail, List<StripeInformation> stripes, KeyProvider provider, Configuration conf)