public static class GenericUDAFPercentileCont.PercentileContLongCalculator extends Object implements GenericUDAFPercentileCont.PercentileCalculator<org.apache.hadoop.io.LongWritable>
| Constructor and Description |
|---|
PercentileContLongCalculator() |
| Modifier and Type | Method and Description |
|---|---|
double |
getPercentile(List<Map.Entry<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.LongWritable>> entriesList,
double position)
Get the percentile value.
|
public double getPercentile(List<Map.Entry<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.LongWritable>> entriesList, double position)
getPercentile in interface GenericUDAFPercentileCont.PercentileCalculator<org.apache.hadoop.io.LongWritable>Copyright © 2024 The Apache Software Foundation. All rights reserved.