public static class GenericUDAFComputeStats.GenericUDAFStringStatsEvaluator.StringStatsAgg extends GenericUDAFEvaluator.AbstractAggregationBuffer
Modifier and Type | Field and Description |
---|---|
String |
columnType |
long |
count |
long |
countNulls |
boolean |
firstItem |
long |
maxLength |
int |
numBitVectors |
StringNumDistinctValueEstimator |
numDV |
long |
sumLength |
Constructor and Description |
---|
GenericUDAFComputeStats.GenericUDAFStringStatsEvaluator.StringStatsAgg() |
public String columnType
public long maxLength
public long sumLength
public long count
public long countNulls
public StringNumDistinctValueEstimator numDV
public int numBitVectors
public boolean firstItem
public GenericUDAFComputeStats.GenericUDAFStringStatsEvaluator.StringStatsAgg()
public int estimate()
GenericUDAFEvaluator.AbstractAggregationBuffer
estimate
in class GenericUDAFEvaluator.AbstractAggregationBuffer
Copyright © 2017 The Apache Software Foundation. All rights reserved.