Uses of Interface
io.trino.sql.gen.lambda.UnaryFunctionInterface
Packages that use UnaryFunctionInterface
-
Uses of UnaryFunctionInterface in io.trino.operator.scalar
Methods in io.trino.operator.scalar with parameters of type UnaryFunctionInterfaceModifier and TypeMethodDescriptionstatic 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)