public class Re2JCastToRegexpFunction extends SqlOperator
| Modifier and Type | Method and Description |
|---|---|
static SqlOperator |
castCharToRe2JRegexp(int dfaStatesLimit,
int dfaRetries) |
static Re2JRegexp |
castToRegexp(int dfaStatesLimit,
int dfaRetries,
boolean padSpaces,
long typeLength,
io.airlift.slice.Slice pattern) |
static SqlOperator |
castVarcharToRe2JRegexp(int dfaStatesLimit,
int dfaRetries) |
ScalarFunctionImplementation |
specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
getDescription, isDeterministic, isHiddenbuilder, getSignaturepublic static SqlOperator castVarcharToRe2JRegexp(int dfaStatesLimit, int dfaRetries)
public static SqlOperator castCharToRe2JRegexp(int dfaStatesLimit, int dfaRetries)
public ScalarFunctionImplementation specialize(BoundVariables boundVariables, int arity, TypeManager typeManager, FunctionRegistry functionRegistry)
specialize in class SqlScalarFunctionpublic static Re2JRegexp castToRegexp(int dfaStatesLimit, int dfaRetries, boolean padSpaces, long typeLength, io.airlift.slice.Slice pattern)
Copyright © 2012–2019. All rights reserved.