public class UDAFPercentile extends UDAF
| Modifier and Type | Class and Description |
|---|---|
static class |
UDAFPercentile.MyComparator
A comparator to sort the entries in order.
|
static class |
UDAFPercentile.PercentileLongArrayEvaluator
The evaluator for percentile computation based on long for an array of percentiles.
|
static class |
UDAFPercentile.PercentileLongEvaluator
The evaluator for percentile computation based on long.
|
static class |
UDAFPercentile.State
A state class to store intermediate aggregation results.
|
| Constructor and Description |
|---|
UDAFPercentile() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.