@WindowFunctionDescription(supportsWindow=false, pivotResult=true, orderedAggregate=true) public class GenericUDAFPercentileDisc extends GenericUDAFPercentileCont
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericUDAFPercentileDisc.PercentileDiscDoubleArrayEvaluator
The evaluator for discrete percentile computation based on array of doubles.
|
static class |
GenericUDAFPercentileDisc.PercentileDiscDoubleCalculator |
static class |
GenericUDAFPercentileDisc.PercentileDiscDoubleEvaluator
The evaluator for discrete percentile computation based on double.
|
static class |
GenericUDAFPercentileDisc.PercentileDiscLongArrayEvaluator
The evaluator for discrete percentile computation based on array of longs.
|
static class |
GenericUDAFPercentileDisc.PercentileDiscLongCalculator |
static class |
GenericUDAFPercentileDisc.PercentileDiscLongEvaluator
The evaluator for discrete percentile computation based on long.
|
GenericUDAFPercentileCont.DoubleComparator, GenericUDAFPercentileCont.LongComparator, GenericUDAFPercentileCont.PercentileCalculator<U>, GenericUDAFPercentileCont.PercentileContDoubleArrayEvaluator, GenericUDAFPercentileCont.PercentileContDoubleCalculator, GenericUDAFPercentileCont.PercentileContDoubleEvaluator, GenericUDAFPercentileCont.PercentileContEvaluator<T,U>, GenericUDAFPercentileCont.PercentileContLongArrayEvaluator, GenericUDAFPercentileCont.PercentileContLongCalculator, GenericUDAFPercentileCont.PercentileContLongEvaluator| Constructor and Description |
|---|
GenericUDAFPercentileDisc() |
| Modifier and Type | Method and Description |
|---|---|
protected GenericUDAFEvaluator |
createDoubleEvaluator(TypeInfo percentile) |
protected GenericUDAFEvaluator |
createLongEvaluator(TypeInfo percentile) |
getEvaluatorgetEvaluatorprotected GenericUDAFEvaluator createLongEvaluator(TypeInfo percentile)
createLongEvaluator in class GenericUDAFPercentileContprotected GenericUDAFEvaluator createDoubleEvaluator(TypeInfo percentile)
createDoubleEvaluator in class GenericUDAFPercentileContCopyright © 2024 The Apache Software Foundation. All rights reserved.