public static class GenericUDAFComputeStats.GenericUDAFBinaryStatsEvaluator.BinaryStatsAgg extends GenericUDAFEvaluator.AbstractAggregationBuffer
| Modifier and Type | Field and Description |
|---|---|
String |
columnType |
long |
count |
long |
countNulls |
long |
maxLength |
long |
sumLength |
| Constructor and Description |
|---|
BinaryStatsAgg() |
| 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 int estimate()
GenericUDAFEvaluator.AbstractAggregationBufferestimate in class GenericUDAFEvaluator.AbstractAggregationBufferCopyright © 2019 The Apache Software Foundation. All Rights Reserved.