Package io.trino.operator.scalar
Class Re2JRegexpReplaceLambdaFunction
java.lang.Object
io.trino.operator.scalar.Re2JRegexpReplaceLambdaFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.airlift.slice.SliceregexpReplace(io.airlift.slice.Slice source, Re2JRegexp pattern, UnaryFunctionInterface replaceFunction)
-
Constructor Details
-
Re2JRegexpReplaceLambdaFunction
public Re2JRegexpReplaceLambdaFunction()
-
-
Method Details
-
regexpReplace
public io.airlift.slice.Slice regexpReplace(io.airlift.slice.Slice source, Re2JRegexp pattern, UnaryFunctionInterface replaceFunction)
-