Uses of Class
org.apache.druid.query.filter.LikeDimFilter.LikeMatcher.SuffixMatch
-
Packages that use LikeDimFilter.LikeMatcher.SuffixMatch Package Description org.apache.druid.query.filter -
-
Uses of LikeDimFilter.LikeMatcher.SuffixMatch in org.apache.druid.query.filter
Methods in org.apache.druid.query.filter that return LikeDimFilter.LikeMatcher.SuffixMatch Modifier and Type Method Description LikeDimFilter.LikeMatcher.SuffixMatchLikeDimFilter.LikeMatcher. getSuffixMatch()static LikeDimFilter.LikeMatcher.SuffixMatchLikeDimFilter.LikeMatcher.SuffixMatch. valueOf(String name)Returns the enum constant of this type with the specified name.static LikeDimFilter.LikeMatcher.SuffixMatch[]LikeDimFilter.LikeMatcher.SuffixMatch. values()Returns an array containing the constants of this enum type, in the order they are declared.
-