|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericUDTF | |
---|---|
org.apache.hadoop.hive.ql.exec | |
org.apache.hadoop.hive.ql.plan | |
org.apache.hadoop.hive.ql.udf.generic |
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |