Package org.apache.drill.exec.store.sys
Class FunctionsIterator.FunctionInfo
java.lang.Object
org.apache.drill.exec.store.sys.FunctionsIterator.FunctionInfo
- Enclosing class:
- FunctionsIterator
Representation of an entry in the System table - Functions
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFunctionInfo
(String funcName, String funcSignature, String funcReturnType, String jarName) FunctionInfo
(String funcName, String funcSignature, String funcReturnType, String jarName, boolean isInternal) -
Method Summary
-
Field Details
-
name
-
signature
-
returnType
-
source
-
internal
public final boolean internal
-
-
Constructor Details
-
FunctionInfo
-
FunctionInfo
-