public static class GenericUDAFComputeStats.GenericUDAFStringStatsEvaluator.StringStatsAgg extends GenericUDAFEvaluator.AbstractAggregationBuffer
| Modifier and Type | Field and Description |
|---|---|
String |
columnType |
long |
count |
long |
countNulls |
boolean |
firstItem |
long |
maxLength |
NumDistinctValueEstimator |
numDV |
long |
sumLength |
| Constructor and Description |
|---|
StringStatsAgg() |
| Modifier and Type | Method and Description |
|---|---|
int |
estimate()
Estimate the size of memory which is occupied by aggregation buffer.
|
public String columnType
public long maxLength
public long sumLength
public long count
public long countNulls
public NumDistinctValueEstimator numDV
public boolean firstItem
public int estimate()
GenericUDAFEvaluator.AbstractAggregationBufferestimate in class GenericUDAFEvaluator.AbstractAggregationBufferCopyright © 2019 The Apache Software Foundation. All Rights Reserved.