Uses of Class
org.apache.druid.query.filter.RangeFilter.RangeType
-
Packages that use RangeFilter.RangeType Package Description org.apache.druid.query.filter -
-
Uses of RangeFilter.RangeType in org.apache.druid.query.filter
Methods in org.apache.druid.query.filter that return RangeFilter.RangeType Modifier and Type Method Description static RangeFilter.RangeTypeRangeFilter.RangeType. of(boolean hasLower, boolean lowerOpen, boolean hasUpper, boolean upperOpen)static RangeFilter.RangeTypeRangeFilter.RangeType. valueOf(String name)Returns 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.RangeType Modifier and Type Method Description static <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)
-