java.lang.Object
org.apache.arrow.gandiva.evaluator.FunctionSignature
POJO to define a function signature.
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionSignature
(String name, ArrowType returnType, List<ArrowType> paramTypes) Ctor. -
Method Summary
-
Constructor Details
-
FunctionSignature
Ctor.- Parameters:
name
- - name of the function.returnType
- - data type of returnparamTypes
- - data type of input args.
-
-
Method Details