public static class GenericUDAFPercentileCont.PercentileContDoubleEvaluator extends GenericUDAFPercentileCont.PercentileContEvaluator<Double,DoubleWritable>
GenericUDAFPercentileCont.PercentileContEvaluator.PercentileAggGenericUDAFEvaluator.AbstractAggregationBuffer, GenericUDAFEvaluator.AggregationBuffer, GenericUDAFEvaluator.AggregationType, GenericUDAFEvaluator.ModecountsField, inputOI, isAscending, isAscendingField, partialResult, percentilesField, results, soipartitionEvaluator| Constructor and Description |
|---|
PercentileContDoubleEvaluator() |
PercentileContDoubleEvaluator(org.apache.hadoop.hive.ql.udf.generic.GenericUDAFPercentileCont.Converter converter) |
| Modifier and Type | Method and Description |
|---|---|
protected DoubleWritable |
copyInput(DoubleWritable input) |
protected GenericUDAFPercentileCont.PercentileCalculator<DoubleWritable> |
getCalculator() |
protected Double |
getInput(Object parameter,
PrimitiveObjectInspector inputOI) |
protected ArrayList<ObjectInspector> |
getPartialInspectors() |
protected DoubleWritable |
wrapInput(Double input) |
calculatePercentile, getNewAggregationBuffer, getTotal, increment, init, initInspectors, initInspectors, initPartialInspectors, iterate, merge, reset, terminate, terminatePartial, validatePercentileaggregate, close, configure, createPartitionEvaluator, estimate, evaluate, getExprString, getPartitionWindowingEvaluator, getWindowingEvaluator, isEstimablepublic PercentileContDoubleEvaluator()
public PercentileContDoubleEvaluator(org.apache.hadoop.hive.ql.udf.generic.GenericUDAFPercentileCont.Converter converter)
protected ArrayList<ObjectInspector> getPartialInspectors()
getPartialInspectors in class GenericUDAFPercentileCont.PercentileContEvaluator<Double,DoubleWritable>protected Double getInput(Object parameter, PrimitiveObjectInspector inputOI)
getInput in class GenericUDAFPercentileCont.PercentileContEvaluator<Double,DoubleWritable>protected DoubleWritable wrapInput(Double input)
wrapInput in class GenericUDAFPercentileCont.PercentileContEvaluator<Double,DoubleWritable>protected DoubleWritable copyInput(DoubleWritable input)
copyInput in class GenericUDAFPercentileCont.PercentileContEvaluator<Double,DoubleWritable>protected GenericUDAFPercentileCont.PercentileCalculator<DoubleWritable> getCalculator()
getCalculator in class GenericUDAFPercentileCont.PercentileContEvaluator<Double,DoubleWritable>Copyright © 2022 The Apache Software Foundation. All rights reserved.