public static class GenericUDAFComputeStats.GenericUDAFLongStatsEvaluator.LongStatsAgg extends GenericUDAFEvaluator.AbstractAggregationBuffer
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
columnType |
long |
countNulls |
boolean |
firstItem |
long |
max |
long |
min |
int |
numBitVectors |
LongNumDistinctValueEstimator |
numDV |
| Constructor and Description |
|---|
LongStatsAgg() |
| Modifier and Type | Method and Description |
|---|---|
int |
estimate()
Estimate the size of memory which is occupied by aggregation buffer.
|
public java.lang.String columnType
public long min
public long max
public long countNulls
public LongNumDistinctValueEstimator numDV
public boolean firstItem
public int numBitVectors
public int estimate()
GenericUDAFEvaluator.AbstractAggregationBufferestimate in class GenericUDAFEvaluator.AbstractAggregationBufferCopyright © 2012 The Apache Software Foundation