Package org.apache.druid.query.filter
Class StringPredicateDruidPredicateFactory
java.lang.Object
org.apache.druid.query.filter.StringPredicateDruidPredicateFactory
- All Implemented Interfaces:
DruidPredicateFactory
-
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()of(DruidObjectPredicate<String> predicate) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.query.filter.DruidPredicateFactory
makeArrayPredicate, makeObjectPredicate
-
Method Details
-
equalTo
-
of
public static StringPredicateDruidPredicateFactory of(@Nullable DruidObjectPredicate<String> predicate) -
makeStringPredicate
- Specified by:
makeStringPredicatein interfaceDruidPredicateFactory
-
makeLongPredicate
- Specified by:
makeLongPredicatein interfaceDruidPredicateFactory
-
makeFloatPredicate
- Specified by:
makeFloatPredicatein interfaceDruidPredicateFactory
-
makeDoublePredicate
- Specified by:
makeDoublePredicatein interfaceDruidPredicateFactory
-
equals
-
hashCode
public int hashCode()
-