| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.udf.generic |
Standard toolkit and framework for generic User-defined functions.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericUDAFPercentileCont.PercentileContDoubleCalculator |
static class |
GenericUDAFPercentileCont.PercentileContLongCalculator
continuous percentile calculators
|
static class |
GenericUDAFPercentileDisc.PercentileDiscDoubleCalculator |
static class |
GenericUDAFPercentileDisc.PercentileDiscLongCalculator |
| Modifier and Type | Method and Description |
|---|---|
protected abstract GenericUDAFPercentileCont.PercentileCalculator<U> |
GenericUDAFPercentileCont.PercentileContEvaluator.getCalculator() |
protected GenericUDAFPercentileCont.PercentileCalculator<org.apache.hadoop.io.LongWritable> |
GenericUDAFPercentileCont.PercentileContLongEvaluator.getCalculator() |
protected GenericUDAFPercentileCont.PercentileCalculator<DoubleWritable> |
GenericUDAFPercentileCont.PercentileContDoubleEvaluator.getCalculator() |
protected GenericUDAFPercentileCont.PercentileCalculator<org.apache.hadoop.io.LongWritable> |
GenericUDAFPercentileDisc.PercentileDiscLongEvaluator.getCalculator() |
protected GenericUDAFPercentileCont.PercentileCalculator<org.apache.hadoop.io.LongWritable> |
GenericUDAFPercentileDisc.PercentileDiscLongArrayEvaluator.getCalculator() |
protected GenericUDAFPercentileCont.PercentileCalculator<DoubleWritable> |
GenericUDAFPercentileDisc.PercentileDiscDoubleEvaluator.getCalculator() |
protected GenericUDAFPercentileCont.PercentileCalculator<DoubleWritable> |
GenericUDAFPercentileDisc.PercentileDiscDoubleArrayEvaluator.getCalculator() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.