Uses of Class
org.apache.orc.StripeStatistics
Package
Description
-
Uses of StripeStatistics in org.apache.orc
Modifier and TypeMethodDescriptionReader.getStripeStatistics()
Get the stripe statistics for all of the columns.Reader.getStripeStatistics
(boolean[] include) Get the stripe statistics from the file.Reader.getVariantStripeStatistics
(EncryptionVariant variant) Get the stripe statistics for a given variant.Modifier and TypeMethodDescriptionvoid
Writer.appendStripe
(byte[] stripe, int offset, int length, StripeInformation stripeInfo, StripeStatistics[] stripeStatistics) Fast stripe append to ORC file. -
Uses of StripeStatistics in org.apache.orc.impl
Modifier and TypeMethodDescriptionOrcTail.getStripeStatistics()
Deprecated.the user should use Reader.getStripeStatistics instead.ReaderImpl.getStripeStatistics()
ReaderImpl.getStripeStatistics
(boolean[] included) ReaderImpl.getVariantStripeStatistics
(EncryptionVariant variant) Modifier and TypeMethodDescriptionvoid
WriterImpl.appendStripe
(byte[] stripe, int offset, int length, StripeInformation stripeInfo, StripeStatistics[] stripeStatistics) -
Uses of StripeStatistics in org.apache.orc.impl.reader
Modifier 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. -
Uses of StripeStatistics in org.apache.orc.impl.writer
Modifier and TypeMethodDescriptionvoid
EncryptionTreeWriter.addStripeStatistics
(StripeStatistics[] stripeStatistics) void
ListTreeWriter.addStripeStatistics
(StripeStatistics[] stats) void
MapTreeWriter.addStripeStatistics
(StripeStatistics[] stats) void
StructTreeWriter.addStripeStatistics
(StripeStatistics[] stats) void
TreeWriter.addStripeStatistics
(StripeStatistics[] stripeStatistics) During a stripe append, we need to handle the stripe statistics.void
TreeWriterBase.addStripeStatistics
(StripeStatistics[] stats) void
UnionTreeWriter.addStripeStatistics
(StripeStatistics[] stats)