|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hive.ql.exec.FunctionInfo
public class FunctionInfo
FunctionInfo.
Constructor Summary | |
---|---|
FunctionInfo(boolean isNative,
String displayName,
GenericUDAFResolver genericUDAFResolver)
|
|
FunctionInfo(boolean isNative,
String displayName,
GenericUDF genericUDF)
|
|
FunctionInfo(boolean isNative,
String displayName,
GenericUDTF genericUDTF)
|
Method Summary | |
---|---|
String |
getDisplayName()
Get the display name for this function. |
Class<?> |
getFunctionClass()
Get the Class of the UDF. |
GenericUDAFResolver |
getGenericUDAFResolver()
Get the GenericUDAFResolver object for the function. |
GenericUDF |
getGenericUDF()
Get a new GenericUDF object for the function. |
GenericUDTF |
getGenericUDTF()
Get a new GenericUDTF object for the function. |
boolean |
isGenericUDAF()
|
boolean |
isGenericUDF()
|
boolean |
isGenericUDTF()
|
boolean |
isNative()
Native functions cannot be unregistered. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FunctionInfo(boolean isNative, String displayName, GenericUDF genericUDF)
public FunctionInfo(boolean isNative, String displayName, GenericUDAFResolver genericUDAFResolver)
public FunctionInfo(boolean isNative, String displayName, GenericUDTF genericUDTF)
Method Detail |
---|
public GenericUDF getGenericUDF()
public GenericUDTF getGenericUDTF()
public GenericUDAFResolver getGenericUDAFResolver()
public Class<?> getFunctionClass()
public String getDisplayName()
public boolean isNative()
public boolean isGenericUDF()
public boolean isGenericUDAF()
public boolean isGenericUDTF()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |