Package org.apache.druid.query.filter
Class SelectorPredicateFactory
java.lang.Object
org.apache.druid.query.filter.SelectorPredicateFactory
- All Implemented Interfaces:
DruidPredicateFactory
A
DruidPredicateFactory that checks if input values equal a specific, provided value. Initialization work
is lazy and thread-safe.-
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
SelectorPredicateFactory
-
-
Method Details
-
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()
-