Uses of Class
org.apache.orc.StripeStatistics
Packages that use StripeStatistics
Package
Description
-
Uses of StripeStatistics in org.apache.orc
Methods in org.apache.orc that return types with arguments of type StripeStatisticsModifier 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.Methods in org.apache.orc with parameters of type StripeStatisticsModifier and TypeMethodDescriptionvoidWriter.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
Subclasses of StripeStatistics in org.apache.orc.implMethods in org.apache.orc.impl that return types with arguments of type StripeStatisticsModifier and TypeMethodDescriptionOrcTail.getStripeStatistics()Deprecated.the user should use Reader.getStripeStatistics instead.ReaderImpl.getStripeStatistics()ReaderImpl.getStripeStatistics(boolean[] included) ReaderImpl.getVariantStripeStatistics(EncryptionVariant variant) Methods in org.apache.orc.impl with parameters of type StripeStatisticsModifier and TypeMethodDescriptionvoidWriterImpl.appendStripe(byte[] stripe, int offset, int length, StripeInformation stripeInfo, StripeStatistics[] stripeStatistics) -
Uses of StripeStatistics in org.apache.orc.impl.reader
Methods in org.apache.orc.impl.reader that return types with arguments of type StripeStatisticsModifier 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
Methods in org.apache.orc.impl.writer with parameters of type StripeStatisticsModifier and TypeMethodDescriptionvoidEncryptionTreeWriter.addStripeStatistics(StripeStatistics[] stripeStatistics) voidListTreeWriter.addStripeStatistics(StripeStatistics[] stats) voidMapTreeWriter.addStripeStatistics(StripeStatistics[] stats) voidStructTreeWriter.addStripeStatistics(StripeStatistics[] stats) voidTreeWriter.addStripeStatistics(StripeStatistics[] stripeStatistics) During a stripe append, we need to handle the stripe statistics.voidTreeWriterBase.addStripeStatistics(StripeStatistics[] stats) voidUnionTreeWriter.addStripeStatistics(StripeStatistics[] stats)