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 |
---|
GenericUDAFComputeStats.GenericUDAFBinaryStatsEvaluator.BinaryStatsAgg() |
public String columnType
public long maxLength
public long sumLength
public long count
public long countNulls
public GenericUDAFComputeStats.GenericUDAFBinaryStatsEvaluator.BinaryStatsAgg()
public int estimate()
GenericUDAFEvaluator.AbstractAggregationBuffer
estimate
in class GenericUDAFEvaluator.AbstractAggregationBuffer
Copyright © 2017 The Apache Software Foundation. All rights reserved.