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

All Superinterfaces:
ColumnStatistics

public interface BinaryColumnStatistics
extends ColumnStatistics

Statistics for binary columns.


Method Summary
 long getSum()
           
 
Methods inherited from interface org.apache.hadoop.hive.ql.io.orc.ColumnStatistics
getNumberOfValues
 

Method Detail

getSum

long getSum()


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