public static class GenericUDAFComputeBitVectorBase.StringStatsAgg extends GenericUDAFEvaluator.AbstractAggregationBuffer
| Modifier and Type | Field and Description |
|---|---|
boolean |
firstItem |
NumDistinctValueEstimator |
numDV |
| Constructor and Description |
|---|
StringStatsAgg() |
| Modifier and Type | Method and Description |
|---|---|
int |
estimate()
Estimate the size of memory which is occupied by aggregation buffer.
|
public NumDistinctValueEstimator numDV
public boolean firstItem
public int estimate()
GenericUDAFEvaluator.AbstractAggregationBufferestimate in class GenericUDAFEvaluator.AbstractAggregationBufferCopyright © 2024 The Apache Software Foundation. All rights reserved.