org.apache.hadoop.hive.ql.io.orc
Interface DateColumnStatistics

All Superinterfaces:
ColumnStatistics

public interface DateColumnStatistics
extends ColumnStatistics

Statistics for DATE columns.


Method Summary
 DateWritable getMaximum()
          Get the maximum value for the column.
 DateWritable getMinimum()
          Get the minimum value for the column.
 
Methods inherited from interface org.apache.hadoop.hive.ql.io.orc.ColumnStatistics
getNumberOfValues
 

Method Detail

getMinimum

DateWritable getMinimum()
Get the minimum value for the column.

Returns:
minimum value

getMaximum

DateWritable getMaximum()
Get the maximum value for the column.

Returns:
maximum value


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