|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionInfo.OperatorType | |
---|---|
org.apache.hadoop.hive.ql.exec |
Uses of FunctionInfo.OperatorType in org.apache.hadoop.hive.ql.exec |
---|
Methods in org.apache.hadoop.hive.ql.exec that return FunctionInfo.OperatorType | |
---|---|
FunctionInfo.OperatorType |
FunctionInfo.getOpType()
|
static FunctionInfo.OperatorType |
FunctionInfo.OperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FunctionInfo.OperatorType[] |
FunctionInfo.OperatorType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.hadoop.hive.ql.exec with parameters of type FunctionInfo.OperatorType | |
---|---|
static void |
FunctionRegistry.registerUDF(String functionName,
Class<? extends UDF> UDFClass,
FunctionInfo.OperatorType opt,
boolean isOperator)
|
static void |
FunctionRegistry.registerUDF(String functionName,
Class<? extends UDF> UDFClass,
FunctionInfo.OperatorType opt,
boolean isOperator,
String displayName)
|
void |
FunctionInfo.setOpType(FunctionInfo.OperatorType opt)
|
Constructors in org.apache.hadoop.hive.ql.exec with parameters of type FunctionInfo.OperatorType | |
---|---|
FunctionInfo(String displayName,
FunctionInfo.OperatorType opType,
Class<? extends UDF> udfClass)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |