Uses of Class
io.trino.sql.analyzer.RegexLibrary
-
Packages that use RegexLibrary Package Description io.trino io.trino.sql.analyzer -
-
Uses of RegexLibrary in io.trino
Methods in io.trino that return RegexLibrary Modifier and Type Method Description RegexLibraryFeaturesConfig. getRegexLibrary()Methods in io.trino with parameters of type RegexLibrary Modifier and Type Method Description FeaturesConfigFeaturesConfig. setRegexLibrary(RegexLibrary regexLibrary) -
Uses of RegexLibrary in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer that return RegexLibrary Modifier and Type Method Description 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.
-