Class RegexpExprUtils

java.lang.Object
org.apache.druid.query.expression.RegexpExprUtils

public class RegexpExprUtils extends Object
  • Constructor Details

    • RegexpExprUtils

      public RegexpExprUtils()
  • Method Details

    • compilePattern

      public static Pattern compilePattern(@Nullable String pattern, String functionName)
      Compile the provided pattern, or provide a nice error message if it cannot be compiled.