Package io.trino.sql
Class InterpretedFunctionInvoker
java.lang.Object
io.trino.sql.InterpretedFunctionInvoker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninvoke(ResolvedFunction function, ConnectorSession session, Object... arguments) invoke(ResolvedFunction function, ConnectorSession session, List<Object> arguments) Arguments must be the native container type for the corresponding SQL types.
-
Constructor Details
-
InterpretedFunctionInvoker
-
-
Method Details
-
invoke
-
invoke
Arguments must be the native container type for the corresponding SQL types.Returns a value in the native container type corresponding to the declared SQL return type
-