Package org.apache.druid.query.filter
Class LikeDimFilter.LikeMatcher
java.lang.Object
org.apache.druid.query.filter.LikeDimFilter.LikeMatcher
- Enclosing class:
- LikeDimFilter
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic LikeDimFilter.LikeMatcherinthashCode()matchesSuffixOnly(String value) Checks if the suffix of "value" matches the suffix of this matcher.predicateFactory(ExtractionFn extractionFn) toString()
-
Method Details
-
from
-
matches
-
matchesSuffixOnly
Checks if the suffix of "value" matches the suffix of this matcher. The first prefix.length() characters of "value" are ignored. This method is useful if you've already independently verified the prefix. -
predicateFactory
-
getPrefix
-
getSuffixMatch
-
equals
-
hashCode
public int hashCode() -
toString
-