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 |
---|
GenericUDAFComputeStats.GenericUDAFBooleanStatsEvaluator.BooleanStatsAgg() |
public String columnType
public long countTrues
public long countFalses
public long countNulls
public GenericUDAFComputeStats.GenericUDAFBooleanStatsEvaluator.BooleanStatsAgg()
public int estimate()
GenericUDAFEvaluator.AbstractAggregationBuffer
estimate
in class GenericUDAFEvaluator.AbstractAggregationBuffer
Copyright © 2017 The Apache Software Foundation. All rights reserved.