Uses of Class
org.apache.hadoop.hive.ql.udf.generic.GenericUDTF

Packages that use GenericUDTF
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.plan   
org.apache.hadoop.hive.ql.udf.generic Standard toolkit and framework for generic User-defined functions. 
 

Uses of GenericUDTF in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec that return GenericUDTF
static GenericUDTF FunctionRegistry.cloneGenericUDTF(GenericUDTF genericUDTF)
          Create a copy of an existing GenericUDTF.
 GenericUDTF FunctionInfo.getGenericUDTF()
          Get a new GenericUDTF object for the function.
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type GenericUDTF
static GenericUDTF FunctionRegistry.cloneGenericUDTF(GenericUDTF genericUDTF)
          Create a copy of an existing GenericUDTF.
 

Method parameters in org.apache.hadoop.hive.ql.exec with type arguments of type GenericUDTF
static void FunctionRegistry.registerGenericUDTF(boolean isNative, String functionName, Class<? extends GenericUDTF> genericUDTFClass)
           
static void FunctionRegistry.registerTemporaryGenericUDTF(String functionName, Class<? extends GenericUDTF> genericUDTFClass)
           
 

Constructors in org.apache.hadoop.hive.ql.exec with parameters of type GenericUDTF
FunctionInfo(boolean isNative, String displayName, GenericUDTF genericUDTF)
           
 

Uses of GenericUDTF in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return GenericUDTF
 GenericUDTF UDTFDesc.getGenericUDTF()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type GenericUDTF
 void UDTFDesc.setGenericUDTF(GenericUDTF genericUDTF)
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type GenericUDTF
UDTFDesc(GenericUDTF genericUDTF)
           
 

Uses of GenericUDTF in org.apache.hadoop.hive.ql.udf.generic
 

Subclasses of GenericUDTF in org.apache.hadoop.hive.ql.udf.generic
 class GenericUDTFExplode
          GenericUDTFExplode.
 



Copyright © 2010 The Apache Software Foundation