Uses of Enum Class
org.apache.druid.query.filter.DruidPredicateMatch
Packages that use DruidPredicateMatch
-
Uses of DruidPredicateMatch in org.apache.druid.query.filter
Methods in org.apache.druid.query.filter that return DruidPredicateMatchModifier and TypeMethodDescriptionDruidDoublePredicate.applyDouble(double input) DruidFloatPredicate.applyFloat(float input) DruidLongPredicate.applyLong(long input) default DruidPredicateMatchDruidDoublePredicate.applyNull()default DruidPredicateMatchDruidFloatPredicate.applyNull()default DruidPredicateMatchDruidLongPredicate.applyNull()JavaScriptDimFilter.JavaScriptPredicateFactory.applyObject(Object input) LikeDimFilter.LikeMatcher.matchesSuffixOnly(String value) Checks if the suffix of "value" matches the suffix of this matcher.static DruidPredicateMatchDruidPredicateMatch.of(boolean val) static DruidPredicateMatchReturns the enum constant of this class with the specified name.static DruidPredicateMatch[]DruidPredicateMatch.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DruidPredicateMatch in org.apache.druid.segment.filter
Methods in org.apache.druid.segment.filter with parameters of type DruidPredicateMatchModifier and TypeMethodDescriptionstatic BitmapColumnIndexFilters.makeMissingColumnNullIndex(DruidPredicateMatch match, ColumnIndexSelector selector)