public static class GenericUDAFComputeStats.GenericUDAFBooleanStatsEvaluator.BooleanStatsAgg extends GenericUDAFEvaluator.AbstractAggregationBuffer
| Modifier and Type | Field and Description |
|---|---|
String |
columnType |
long |
countFalses |
long |
countNulls |
long |
countTrues |
| Constructor and Description |
|---|
BooleanStatsAgg() |
| Modifier and Type | Method and Description |
|---|---|
int |
estimate()
Estimate the size of memory which is occupied by aggregation buffer.
|
public String columnType
public long countTrues
public long countFalses
public long countNulls
public int estimate()
GenericUDAFEvaluator.AbstractAggregationBufferestimate in class GenericUDAFEvaluator.AbstractAggregationBufferCopyright © 2019 The Apache Software Foundation. All Rights Reserved.