Uses of Class
org.apache.hadoop.hive.ql.exec.UDAF

Packages that use UDAF
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.ql.udf   
 

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.
 

Methods in org.apache.hadoop.hive.ql.exec that return types with arguments of type UDAF
static Class<? extends UDAF> FunctionRegistry.getUDAF(String functionName)
           
 Class<? extends UDAF> FunctionInfo.getUDAFClass()
           
 

Method parameters in org.apache.hadoop.hive.ql.exec with type arguments of type UDAF
static void FunctionRegistry.registerUDAF(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.
FunctionInfo(String displayName, Class<? extends UDF> udfClass, Class<? extends UDAF> udafClass)
           
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 UDAFAvg
           
 class UDAFCount
           
 class UDAFMax
           
 class UDAFMin
           
 class UDAFSum
           
 



Copyright © 2009 The Apache Software Foundation