|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericUDAFEvaluator | |
---|---|
org.apache.hadoop.hive.ql.exec | |
org.apache.hadoop.hive.ql.plan | |
org.apache.hadoop.hive.ql.udf.generic |
Uses of GenericUDAFEvaluator in org.apache.hadoop.hive.ql.exec |
---|
Methods in org.apache.hadoop.hive.ql.exec that return GenericUDAFEvaluator | |
---|---|
static GenericUDAFEvaluator |
FunctionRegistry.getGenericUDAFEvaluator(String name,
List<TypeInfo> argumentTypeInfos)
Get the GenericUDAF evaluator for the name and argumentClasses. |
Uses of GenericUDAFEvaluator in org.apache.hadoop.hive.ql.plan |
---|
Methods in org.apache.hadoop.hive.ql.plan that return GenericUDAFEvaluator | |
---|---|
GenericUDAFEvaluator |
aggregationDesc.createGenericUDAFEvaluator()
|
GenericUDAFEvaluator |
aggregationDesc.getGenericUDAFEvaluator()
|
Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type GenericUDAFEvaluator | |
---|---|
Class<? extends GenericUDAFEvaluator> |
aggregationDesc.getGenericUDAFEvaluatorClass()
|
Methods in org.apache.hadoop.hive.ql.plan with parameters of type GenericUDAFEvaluator | |
---|---|
void |
aggregationDesc.setGenericUDAFEvaluator(GenericUDAFEvaluator genericUDAFEvaluator)
|
Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type GenericUDAFEvaluator | |
---|---|
void |
aggregationDesc.setGenericUDAFEvaluatorClass(Class<? extends GenericUDAFEvaluator> genericUDAFEvaluatorClass)
|
Constructors in org.apache.hadoop.hive.ql.plan with parameters of type GenericUDAFEvaluator | |
---|---|
aggregationDesc(String genericUDAFName,
GenericUDAFEvaluator genericUDAFEvaluator,
ArrayList<exprNodeDesc> parameters,
boolean distinct,
GenericUDAFEvaluator.Mode mode)
|
Uses of GenericUDAFEvaluator in org.apache.hadoop.hive.ql.udf.generic |
---|
Subclasses of GenericUDAFEvaluator in org.apache.hadoop.hive.ql.udf.generic | |
---|---|
static class |
GenericUDAFAverage.GenericUDAFAverageEvaluator
|
static class |
GenericUDAFBridge.GenericUDAFBridgeEvaluator
|
static class |
GenericUDAFCount.GenericUDAFCountEvaluator
|
static class |
GenericUDAFStd.GenericUDAFStdEvaluator
Compute the standard deviation by extending GenericUDAFVarianceEvaluator and overriding the terminate() method of the evaluator. |
static class |
GenericUDAFStdSample.GenericUDAFStdSampleEvaluator
Compute the sample standard deviation by extending GenericUDAFVarianceEvaluator and overriding the terminate() method of the evaluator |
static class |
GenericUDAFSum.GenericUDAFSumDouble
|
static class |
GenericUDAFSum.GenericUDAFSumLong
|
static class |
GenericUDAFVariance.GenericUDAFVarianceEvaluator
Evaluate the variance using the following modification of the formula from The Art of Computer Programming, vol. |
static class |
GenericUDAFVarianceSample.GenericUDAFVarianceSampleEvaluator
Compute the sample variance by extending GenericUDAFVarianceEvaluator and overriding the terminate() method of the evaluator |
Methods in org.apache.hadoop.hive.ql.udf.generic that return GenericUDAFEvaluator | |
---|---|
GenericUDAFEvaluator |
GenericUDAFStd.getEvaluator(TypeInfo[] parameters)
|
GenericUDAFEvaluator |
GenericUDAFVarianceSample.getEvaluator(TypeInfo[] parameters)
|
GenericUDAFEvaluator |
GenericUDAFSum.getEvaluator(TypeInfo[] parameters)
|
GenericUDAFEvaluator |
GenericUDAFStdSample.getEvaluator(TypeInfo[] parameters)
|
GenericUDAFEvaluator |
GenericUDAFVariance.getEvaluator(TypeInfo[] parameters)
|
GenericUDAFEvaluator |
GenericUDAFCount.getEvaluator(TypeInfo[] parameters)
|
GenericUDAFEvaluator |
GenericUDAFBridge.getEvaluator(TypeInfo[] parameters)
|
GenericUDAFEvaluator |
GenericUDAFAverage.getEvaluator(TypeInfo[] parameters)
|
GenericUDAFEvaluator |
GenericUDAFResolver.getEvaluator(TypeInfo[] parameters)
Get the evaluator for the parameter types. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |