Class Re2JCastToRegexpFunction

All Implemented Interfaces:
SqlFunction

public class Re2JCastToRegexpFunction extends SqlOperator
  • Method Details

    • castVarcharToRe2JRegexp

      public static SqlOperator castVarcharToRe2JRegexp(int dfaStatesLimit, int dfaRetries)
    • castCharToRe2JRegexp

      public static SqlOperator castCharToRe2JRegexp(int dfaStatesLimit, int dfaRetries)
    • specialize

      protected ScalarFunctionImplementation specialize(BoundSignature boundSignature)
      Overrides:
      specialize in class SqlScalarFunction
    • castToRegexp

      public static Re2JRegexp castToRegexp(int dfaStatesLimit, int dfaRetries, boolean padSpaces, long typeLength, io.airlift.slice.Slice pattern)