Uses of Enum
org.apache.drill.exec.expr.fn.impl.RegexpUtil.SqlPatternType
Packages that use RegexpUtil.SqlPatternType
-
Uses of RegexpUtil.SqlPatternType in org.apache.drill.exec.expr.fn.impl
Methods in org.apache.drill.exec.expr.fn.impl that return RegexpUtil.SqlPatternTypeModifier and TypeMethodDescriptionRegexpUtil.SqlPatternInfo.getPatternType()static RegexpUtil.SqlPatternTypeReturns the enum constant of this type with the specified name.static RegexpUtil.SqlPatternType[]RegexpUtil.SqlPatternType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.drill.exec.expr.fn.impl with parameters of type RegexpUtil.SqlPatternTypeModifierConstructorDescriptionSqlPatternInfo(RegexpUtil.SqlPatternType patternType, String javaPatternString, String simplePatternString)