|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UDAF | |
---|---|
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 UDAF in org.apache.hadoop.hive.ql.exec |
---|
Subclasses of UDAF in org.apache.hadoop.hive.ql.exec | |
---|---|
class |
NumericUDAF
Base class of numeric UDAFs like sum and avg which need a NumericUDAFEvaluatorResolver. |
Method parameters in org.apache.hadoop.hive.ql.exec with type arguments of type UDAF | |
---|---|
static void |
FunctionRegistry.registerTemporaryUDAF(String functionName,
Class<? extends UDAF> udafClass)
|
static void |
FunctionRegistry.registerUDAF(boolean isNative,
String functionName,
Class<? extends UDAF> udafClass)
|
Constructor parameters in org.apache.hadoop.hive.ql.exec with type arguments of type UDAF | |
---|---|
DefaultUDAFEvaluatorResolver(Class<? extends UDAF> udafClass)
Constructor. |
|
NumericUDAFEvaluatorResolver(Class<? extends UDAF> udafClass)
Constructor. |
Uses of UDAF in org.apache.hadoop.hive.ql.udf |
---|
Subclasses of UDAF in org.apache.hadoop.hive.ql.udf | |
---|---|
class |
UDAFPercentile
UDAF for calculating the percentile values. |
class |
UDAFWrongArgLengthForTestCase
UDAFWrongArgLengthForTestCase. |
Uses of UDAF in org.apache.hadoop.hive.ql.udf.generic |
---|
Methods in org.apache.hadoop.hive.ql.udf.generic that return types with arguments of type UDAF | |
---|---|
Class<? extends UDAF> |
GenericUDAFBridge.getUDAFClass()
|
Constructors in org.apache.hadoop.hive.ql.udf.generic with parameters of type UDAF | |
---|---|
GenericUDAFBridge(UDAF udaf)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |