Package io.trino.operator.scalar
Class InvokeFunction
- java.lang.Object
-
- io.trino.metadata.SqlScalarFunction
-
- io.trino.operator.scalar.InvokeFunction
-
- All Implemented Interfaces:
SqlFunction
public final class InvokeFunction extends SqlScalarFunction
This scalar function exists primarily to test lambda expression support.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInvokeFunction.InvokeLambda
-
Field Summary
Fields Modifier and Type Field Description static InvokeFunctionINVOKE_FUNCTION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Objectinvoke(InvokeFunction.InvokeLambda function)protected ScalarFunctionImplementationspecialize(BoundSignature boundSignature)-
Methods inherited from class io.trino.metadata.SqlScalarFunction
getFunctionMetadata, specialize
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.metadata.SqlFunction
getFunctionDependencies, getFunctionDependencies
-
-
-
-
Field Detail
-
INVOKE_FUNCTION
public static final InvokeFunction INVOKE_FUNCTION
-
-
Method Detail
-
specialize
protected ScalarFunctionImplementation specialize(BoundSignature boundSignature)
- Overrides:
specializein classSqlScalarFunction
-
invoke
public static Object invoke(InvokeFunction.InvokeLambda function)
-
-