org.apache.hadoop.hive.ql.udf.generic
Class GenericUDAFComputeStats.GenericUDAFBinaryStatsEvaluator.BinaryStatsAgg

java.lang.Object
  extended by org.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStats.GenericUDAFBinaryStatsEvaluator.BinaryStatsAgg
All Implemented Interfaces:
GenericUDAFEvaluator.AggregationBuffer
Enclosing class:
GenericUDAFComputeStats.GenericUDAFBinaryStatsEvaluator

public static class GenericUDAFComputeStats.GenericUDAFBinaryStatsEvaluator.BinaryStatsAgg
extends Object
implements GenericUDAFEvaluator.AggregationBuffer


Field Summary
 String columnType
           
 long count
           
 long countNulls
           
 long maxLength
           
 long sumLength
           
 
Constructor Summary
GenericUDAFComputeStats.GenericUDAFBinaryStatsEvaluator.BinaryStatsAgg()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

columnType

public String columnType

maxLength

public long maxLength

sumLength

public long sumLength

count

public long count

countNulls

public long countNulls
Constructor Detail

GenericUDAFComputeStats.GenericUDAFBinaryStatsEvaluator.BinaryStatsAgg

public GenericUDAFComputeStats.GenericUDAFBinaryStatsEvaluator.BinaryStatsAgg()


Copyright © 2011 The Apache Software Foundation