Package io.trino.operator.scalar
Class Re2JCastToRegexpFunction
java.lang.Object
io.trino.metadata.SqlScalarFunction
io.trino.operator.scalar.Re2JCastToRegexpFunction
- All Implemented Interfaces:
SqlFunction
-
Method Summary
Modifier and TypeMethodDescriptionstatic SqlScalarFunctioncastCharToRe2JRegexp(int dfaStatesLimit, int dfaRetries) static Re2JRegexpcastToRegexp(int dfaStatesLimit, int dfaRetries, boolean padSpaces, long typeLength, io.airlift.slice.Slice pattern) static SqlScalarFunctioncastVarcharToRe2JRegexp(int dfaStatesLimit, int dfaRetries) 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
-
Method Details
-
castVarcharToRe2JRegexp
-
castCharToRe2JRegexp
-
specialize
- Overrides:
specializein classSqlScalarFunction
-
castToRegexp
public static Re2JRegexp castToRegexp(int dfaStatesLimit, int dfaRetries, boolean padSpaces, long typeLength, io.airlift.slice.Slice pattern)
-