Class RegexpExprUtils
java.lang.Object
org.apache.druid.query.expression.RegexpExprUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PatterncompilePattern(String pattern, String functionName) Compile the provided pattern, or provide a nice error message if it cannot be compiled.
-
Constructor Details
-
RegexpExprUtils
public RegexpExprUtils()
-
-
Method Details
-
compilePattern
Compile the provided pattern, or provide a nice error message if it cannot be compiled.
-