Uses of Interface
org.apache.hadoop.hive.ql.io.orc.ColumnStatistics

Packages that use ColumnStatistics
org.apache.hadoop.hive.ql.io.orc The Optimized Row Columnar (ORC) File Format. 
 

Uses of ColumnStatistics in org.apache.hadoop.hive.ql.io.orc
 

Subinterfaces of ColumnStatistics in org.apache.hadoop.hive.ql.io.orc
 interface BinaryColumnStatistics
          Statistics for binary columns.
 interface BooleanColumnStatistics
          Statistics for boolean columns.
 interface DateColumnStatistics
          Statistics for DATE columns.
 interface DecimalColumnStatistics
          Statistics for decimal columns.
 interface DoubleColumnStatistics
          Statistics for float and double columns.
 interface IntegerColumnStatistics
          Statistics for all of the integer columns, such as byte, short, int, and long.
 interface StringColumnStatistics
          Statistics for string columns.
 

Methods in org.apache.hadoop.hive.ql.io.orc that return ColumnStatistics
 ColumnStatistics[] StripeStatistics.getColumnStatistics()
          Return list of column statistics
 ColumnStatistics[] Reader.getStatistics()
          Get the statistics about the columns in the file.
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.