Class Re2JCastToRegexpFunction

    • Method Detail

      • castVarcharToRe2JRegexp

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

        public static SqlOperator castCharToRe2JRegexp​(int dfaStatesLimit,
                                                       int dfaRetries)
      • castToRegexp

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