Package org.apache.druid.query.filter
Class TypedInFilter.PredicateFactory
- java.lang.Object
-
- org.apache.druid.query.filter.TypedInFilter.PredicateFactory
-
- All Implemented Interfaces:
DruidPredicateFactory
- Enclosing class:
- TypedInFilter
public static class TypedInFilter.PredicateFactory extends Object implements DruidPredicateFactory
-
-
Constructor Summary
Constructors Constructor Description PredicateFactory(List<?> sortedValues, ColumnType matchValueType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()DruidDoublePredicatemakeDoublePredicate()DruidFloatPredicatemakeFloatPredicate()DruidLongPredicatemakeLongPredicate()DruidObjectPredicate<String>makeStringPredicate()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.druid.query.filter.DruidPredicateFactory
makeArrayPredicate, makeObjectPredicate
-
-
-
-
Constructor Detail
-
PredicateFactory
public PredicateFactory(List<?> sortedValues, ColumnType matchValueType)
-
-
Method Detail
-
makeStringPredicate
public DruidObjectPredicate<String> makeStringPredicate()
- Specified by:
makeStringPredicatein interfaceDruidPredicateFactory
-
makeLongPredicate
public DruidLongPredicate makeLongPredicate()
- Specified by:
makeLongPredicatein interfaceDruidPredicateFactory
-
makeFloatPredicate
public DruidFloatPredicate makeFloatPredicate()
- Specified by:
makeFloatPredicatein interfaceDruidPredicateFactory
-
makeDoublePredicate
public DruidDoublePredicate makeDoublePredicate()
- Specified by:
makeDoublePredicatein interfaceDruidPredicateFactory
-
-