public static class LikeDimFilter.LikeMatcher extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LikeDimFilter.LikeMatcher.SuffixMatch |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static LikeDimFilter.LikeMatcher |
from(String likePattern,
Character escapeChar) |
String |
getPrefix() |
LikeDimFilter.LikeMatcher.SuffixMatch |
getSuffixMatch() |
int |
hashCode() |
boolean |
matches(String s) |
boolean |
matchesSuffixOnly(String value)
Checks if the suffix of "value" matches the suffix of this matcher.
|
DruidPredicateFactory |
predicateFactory(ExtractionFn extractionFn) |
public static LikeDimFilter.LikeMatcher from(String likePattern, @Nullable Character escapeChar)
public boolean matchesSuffixOnly(@Nullable String value)
public DruidPredicateFactory predicateFactory(ExtractionFn extractionFn)
public String getPrefix()
public LikeDimFilter.LikeMatcher.SuffixMatch getSuffixMatch()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.