Package org.apache.druid.query.filter
Interface DruidLongPredicate
-
public interface DruidLongPredicateNote: this is not aPublicApior anExtensionPointof Druid.
-
-
Field Summary
Fields Modifier and Type Field Description static DruidLongPredicateALWAYS_FALSE_WITH_NULL_UNKNOWNstatic DruidLongPredicateALWAYS_TRUEstatic DruidLongPredicateMATCH_NULL_ONLY
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DruidPredicateMatchapplyLong(long input)default DruidPredicateMatchapplyNull()
-
-
-
Field Detail
-
ALWAYS_FALSE_WITH_NULL_UNKNOWN
static final DruidLongPredicate ALWAYS_FALSE_WITH_NULL_UNKNOWN
-
ALWAYS_TRUE
static final DruidLongPredicate ALWAYS_TRUE
-
MATCH_NULL_ONLY
static final DruidLongPredicate MATCH_NULL_ONLY
-
-
Method Detail
-
applyLong
DruidPredicateMatch applyLong(long input)
-
applyNull
default DruidPredicateMatch applyNull()
-
-