Uses of Class
io.trino.sql.analyzer.RegexLibrary
-
Packages that use RegexLibrary Package Description io.trino.sql.analyzer -
-
Uses of RegexLibrary in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer that return RegexLibrary Modifier and Type Method Description RegexLibraryFeaturesConfig. getRegexLibrary()static RegexLibraryRegexLibrary. valueOf(String name)Returns the enum constant of this type with the specified name.static RegexLibrary[]RegexLibrary. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.sql.analyzer with parameters of type RegexLibrary Modifier and Type Method Description FeaturesConfigFeaturesConfig. setRegexLibrary(RegexLibrary regexLibrary)
-