Uses of Enum Class
io.trino.sql.analyzer.RegexLibrary
Packages that use RegexLibrary
-
Uses of RegexLibrary in io.trino
Methods in io.trino that return RegexLibraryModifier and TypeMethodDescriptionFeaturesConfig.getRegexLibrary()Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.trino with parameters of type RegexLibraryModifier and TypeMethodDescriptionFeaturesConfig.setRegexLibrary(RegexLibrary regexLibrary) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of RegexLibrary in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer that return RegexLibraryModifier and TypeMethodDescriptionstatic RegexLibraryReturns the enum constant of this class with the specified name.static RegexLibrary[]RegexLibrary.values()Returns an array containing the constants of this enum class, in the order they are declared.