Uses of Enum
org.apache.druid.query.filter.RangeFilter.RangeType
Packages that use RangeFilter.RangeType
-
Uses of RangeFilter.RangeType in org.apache.druid.query.filter
Methods in org.apache.druid.query.filter that return RangeFilter.RangeTypeModifier and TypeMethodDescriptionstatic RangeFilter.RangeTypeRangeFilter.RangeType.of(boolean hasLower, boolean lowerOpen, boolean hasUpper, boolean upperOpen) static RangeFilter.RangeTypeReturns the enum constant of this type with the specified name.static RangeFilter.RangeType[]RangeFilter.RangeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.query.filter with parameters of type RangeFilter.RangeTypeModifier and TypeMethodDescriptionstatic <T> DruidObjectPredicate<T> RangeFilter.makeComparatorPredicate(RangeFilter.RangeType rangeType, Comparator<T> comparator, T lowerBound, T upperBound) static DruidDoublePredicateRangeFilter.makeDoublePredicate(RangeFilter.RangeType rangeType, double lowerDoubleBound, double upperDoubleBound) static DruidLongPredicateRangeFilter.makeLongPredicate(RangeFilter.RangeType rangeType, long lowerLongBound, long upperLongBound)