| Package | Description |
|---|---|
| org.apache.hadoop.hive.contrib.udaf.example | |
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.udf | |
| org.apache.hadoop.hive.ql.udf.generic |
Standard toolkit and framework for generic User-defined functions.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends UDAFEvaluator> |
UDAFEvaluatorResolver.getEvaluatorClass(List<TypeInfo> argClasses)
Gets the evaluator class corresponding to the passed parameter list.
|
Class<? extends UDAFEvaluator> |
NumericUDAFEvaluatorResolver.getEvaluatorClass(List<TypeInfo> argTypeInfos) |
Class<? extends UDAFEvaluator> |
DefaultUDAFEvaluatorResolver.getEvaluatorClass(List<TypeInfo> argClasses)
Gets the evaluator class for the UDAF given the parameter types.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
UDAFWrongArgLengthForTestCase.UDAFWrongArgLengthForTestCaseEvaluator
UDAFWrongArgLengthForTestCaseEvaluator.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends UDAFEvaluator> |
GenericUDAFBridge.GenericUDAFBridgeEvaluator.getUdafEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericUDAFBridge.GenericUDAFBridgeEvaluator.setUdafEvaluator(Class<? extends UDAFEvaluator> udafEvaluator) |
| Constructor and Description |
|---|
GenericUDAFBridge.GenericUDAFBridgeEvaluator(Class<? extends UDAFEvaluator> udafEvaluator) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.