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

All Superinterfaces:
ColumnStatistics

public interface StringColumnStatistics
extends ColumnStatistics

Statistics for string columns.


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

Method Detail

getMinimum

String getMinimum()
Get the minimum string.

Returns:
the minimum

getMaximum

String getMaximum()
Get the maximum string.

Returns:
the maximum


Copyright © 2012 The Apache Software Foundation