Uses of Interface
org.apache.orc.ColumnStatistics
-
Uses of ColumnStatistics in org.apache.orc
Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
protected static final class
protected static final class
Modifier and TypeMethodDescriptionReaderImpl.deserializeStats
(TypeDescription schema, List<OrcProto.ColumnStatistics> fileStats) ReaderImpl.getStatistics()
WriterImpl.getStatistics()
Modifier 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
Modifier 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)