@SubclassesMustOverrideEqualsAndHashCode public interface DruidPredicateFactory
| Modifier and Type | Method and Description |
|---|---|
DruidDoublePredicate |
makeDoublePredicate() |
DruidFloatPredicate |
makeFloatPredicate() |
DruidLongPredicate |
makeLongPredicate() |
default com.google.common.base.Predicate<Object> |
makeObjectPredicate()
Object predicate is currently only used by vectorized matchers for non-string object selectors.
|
com.google.common.base.Predicate<String> |
makeStringPredicate() |
com.google.common.base.Predicate<String> makeStringPredicate()
DruidLongPredicate makeLongPredicate()
DruidFloatPredicate makeFloatPredicate()
DruidDoublePredicate makeDoublePredicate()
default com.google.common.base.Predicate<Object> makeObjectPredicate()
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.