Uses of Interface
io.trino.sql.gen.lambda.UnaryFunctionInterface
-
Packages that use UnaryFunctionInterface Package Description io.trino.operator.scalar -
-
Uses of UnaryFunctionInterface in io.trino.operator.scalar
Methods in io.trino.operator.scalar with parameters of type UnaryFunctionInterface Modifier and Type Method Description static ObjectApplyFunction. apply(Object input, UnaryFunctionInterface function)static ObjectArrayReduceFunction. reduce(Type inputType, Block block, Object initialIntermediateValue, BinaryFunctionInterface inputFunction, UnaryFunctionInterface outputFunction)io.airlift.slice.SliceJoniRegexpReplaceLambdaFunction. regexpReplace(io.airlift.slice.Slice source, JoniRegexp pattern, UnaryFunctionInterface replaceFunction)io.airlift.slice.SliceRe2JRegexpReplaceLambdaFunction. regexpReplace(io.airlift.slice.Slice source, Re2JRegexp pattern, UnaryFunctionInterface replaceFunction)
-