|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hive.ql.exec.UDAF
org.apache.hadoop.hive.ql.udf.UDAFPercentile
public class UDAFPercentile
UDAF for calculating the percentile values. There are several definitions of percentile, and we take the method recommended by NIST.
Nested Class Summary | |
---|---|
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 Summary | |
---|---|
UDAFPercentile()
|
Method Summary |
---|
Methods inherited from class org.apache.hadoop.hive.ql.exec.UDAF |
---|
getResolver, setResolver |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UDAFPercentile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |