|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UDAFEvaluator | |
---|---|
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. |
Uses of UDAFEvaluator in org.apache.hadoop.hive.ql.exec |
---|
Methods in org.apache.hadoop.hive.ql.exec that return types with arguments of type UDAFEvaluator | |
---|---|
Class<? extends UDAFEvaluator> |
NumericUDAFEvaluatorResolver.getEvaluatorClass(List<TypeInfo> argTypeInfos)
|
Class<? extends UDAFEvaluator> |
UDAFEvaluatorResolver.getEvaluatorClass(List<TypeInfo> argClasses)
Gets the evaluator class corresponding to the passed parameter list. |
Class<? extends UDAFEvaluator> |
DefaultUDAFEvaluatorResolver.getEvaluatorClass(List<TypeInfo> argClasses)
Gets the evaluator class for the UDAF given the parameter types. |
Uses of UDAFEvaluator in org.apache.hadoop.hive.ql.udf |
---|
Classes in org.apache.hadoop.hive.ql.udf that implement UDAFEvaluator | |
---|---|
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 |
UDAFTestMax.MaxDoubleEvaluator
MaxDoubleEvaluator. |
static class |
UDAFTestMax.MaxFloatEvaluator
MaxFloatEvaluator. |
static class |
UDAFTestMax.MaxIntEvaluator
MaxIntEvaluator. |
static class |
UDAFTestMax.MaxLongEvaluator
MaxLongEvaluator. |
static class |
UDAFTestMax.MaxShortEvaluator
MaxShortEvaluator. |
static class |
UDAFTestMax.MaxStringEvaluator
MaxStringEvaluator. |
static class |
UDAFWrongArgLengthForTestCase.UDAFWrongArgLengthForTestCaseEvaluator
UDAFWrongArgLengthForTestCaseEvaluator. |
Uses of UDAFEvaluator in org.apache.hadoop.hive.ql.udf.generic |
---|
Methods in org.apache.hadoop.hive.ql.udf.generic that return types with arguments of type UDAFEvaluator | |
---|---|
Class<? extends UDAFEvaluator> |
GenericUDAFBridge.GenericUDAFBridgeEvaluator.getUdafEvaluator()
|
Method parameters in org.apache.hadoop.hive.ql.udf.generic with type arguments of type UDAFEvaluator | |
---|---|
void |
GenericUDAFBridge.GenericUDAFBridgeEvaluator.setUdafEvaluator(Class<? extends UDAFEvaluator> udafEvaluator)
|
Constructor parameters in org.apache.hadoop.hive.ql.udf.generic with type arguments of type UDAFEvaluator | |
---|---|
GenericUDAFBridge.GenericUDAFBridgeEvaluator(Class<? extends UDAFEvaluator> udafEvaluator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |