public static class GenericUDAFComputeStats.GenericUDAFDoubleStatsEvaluator.DoubleStatsAgg extends GenericUDAFEvaluator.AbstractAggregationBuffer
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
columnType |
long |
countNulls |
boolean |
firstItem |
double |
max |
double |
min |
int |
numBitVectors |
DoubleNumDistinctValueEstimator |
numDV |
| Constructor and Description |
|---|
DoubleStatsAgg() |
| 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 double min
public double max
public long countNulls
public DoubleNumDistinctValueEstimator numDV
public boolean firstItem
public int numBitVectors
public int estimate()
GenericUDAFEvaluator.AbstractAggregationBufferestimate in class GenericUDAFEvaluator.AbstractAggregationBufferCopyright © 2012 The Apache Software Foundation