DruidPredicateMatch |
DruidObjectPredicate.apply(T value) |
|
DruidPredicateMatch |
FallbackPredicate.apply(T input) |
|
DruidPredicateMatch |
DruidDoublePredicate.applyDouble(double input) |
|
DruidPredicateMatch |
DruidFloatPredicate.applyFloat(float input) |
|
DruidPredicateMatch |
DruidLongPredicate.applyLong(long input) |
|
default DruidPredicateMatch |
DruidDoublePredicate.applyNull() |
|
default DruidPredicateMatch |
DruidFloatPredicate.applyNull() |
|
default DruidPredicateMatch |
DruidLongPredicate.applyNull() |
|
DruidPredicateMatch |
JavaScriptDimFilter.JavaScriptPredicateFactory.applyObject(Object input) |
|
DruidPredicateMatch |
LikeDimFilter.LikeMatcher.matches(String s) |
|
DruidPredicateMatch |
LikeDimFilter.LikeMatcher.matchesSuffixOnly(String value) |
Checks if the suffix of "value" matches the suffix of this matcher.
|
static DruidPredicateMatch |
DruidPredicateMatch.of(boolean val) |
|
static DruidPredicateMatch |
DruidPredicateMatch.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DruidPredicateMatch[] |
DruidPredicateMatch.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|