Package io.trino.operator.scalar
Class ApplyFunction
java.lang.Object
io.trino.metadata.SqlScalarFunction
io.trino.operator.scalar.ApplyFunction
- All Implemented Interfaces:
SqlFunction
This scalar function exists primarily to test lambda expression support.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Objectapply(Object input, UnaryFunctionInterface function) protected SpecializedSqlScalarFunctionspecialize(BoundSignature boundSignature) Methods inherited from class io.trino.metadata.SqlScalarFunction
getFunctionMetadata, specializeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.metadata.SqlFunction
getFunctionDependencies, getFunctionDependencies
-
Field Details
-
APPLY_FUNCTION
-
-
Method Details
-
specialize
- Overrides:
specializein classSqlScalarFunction
-
apply
-