Uses of Interface
org.apache.orc.ColumnStatistics
Packages that use ColumnStatistics
-
Uses of ColumnStatistics in org.apache.orc
Subinterfaces of ColumnStatistics in org.apache.orcModifier and TypeInterfaceDescriptioninterface
Statistics for binary columns.interface
Statistics for boolean columns.interface
Statistics for all of collections such as Map and List.interface
Statistics for DATE columns.interface
Statistics for decimal columns.interface
Statistics for float and double columns.interface
Statistics for all of the integer columns, such as byte, short, int, and long.interface
Statistics for string columns.interface
Statistics for Timestamp columns.Methods in org.apache.orc that return ColumnStatisticsModifier and TypeMethodDescriptionStripeStatistics.getColumnStatistics()
Return list of column statisticsReader.getStatistics()
Get the statistics about the columns in the file.Writer.getStatistics()
Get the statistics about the columns in the file. -
Uses of ColumnStatistics in org.apache.orc.impl
Classes in org.apache.orc.impl that implement ColumnStatisticsModifier and TypeClassDescriptionclass
protected static final class
protected static final class
Methods in org.apache.orc.impl that return ColumnStatisticsModifier and TypeMethodDescriptionReaderImpl.deserializeStats
(TypeDescription schema, List<OrcProto.ColumnStatistics> fileStats) ReaderImpl.getStatistics()
WriterImpl.getStatistics()
Methods in org.apache.orc.impl with parameters of type ColumnStatisticsModifier and TypeMethodDescriptionstatic org.apache.hadoop.hive.ql.io.sarg.SearchArgument.TruthValue
RecordReaderImpl.evaluatePredicate
(ColumnStatistics stats, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf predicate, BloomFilter bloomFilter) Evaluate a predicate with respect to the statistics from the column that is referenced in the predicate.static org.apache.hadoop.hive.ql.io.sarg.SearchArgument.TruthValue
RecordReaderImpl.evaluatePredicate
(ColumnStatistics stats, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf predicate, BloomFilter bloomFilter, boolean useUTCTimestamp) Evaluate a predicate with respect to the statistics from the column that is referenced in the predicate. -
Uses of ColumnStatistics in org.apache.orc.impl.writer
Methods in org.apache.orc.impl.writer with parameters of type ColumnStatisticsModifier and TypeMethodDescriptionvoid
EncryptionTreeWriter.getCurrentStatistics
(ColumnStatistics[] output) void
ListTreeWriter.getCurrentStatistics
(ColumnStatistics[] output) void
MapTreeWriter.getCurrentStatistics
(ColumnStatistics[] output) void
StructTreeWriter.getCurrentStatistics
(ColumnStatistics[] output) void
TreeWriter.getCurrentStatistics
(ColumnStatistics[] output) Get the current file statistics for each column.void
TreeWriterBase.getCurrentStatistics
(ColumnStatistics[] output) void
UnionTreeWriter.getCurrentStatistics
(ColumnStatistics[] output)