Uses of Class
org.apache.druid.sql.calcite.filtration.RangeValue
Packages that use RangeValue
-
Uses of RangeValue in org.apache.druid.sql.calcite.filtration
Methods in org.apache.druid.sql.calcite.filtration that return types with arguments of type RangeValueModifier and TypeMethodDescriptionstatic com.google.common.collect.Range<RangeValue>Ranges.toRange(RangeFilter range) static com.google.common.collect.Range<RangeValue>Ranges.toRange(RangeFilter range, ColumnType newMatchValueType) static List<com.google.common.collect.Range<RangeValue>>Ranges.toRanges(List<RangeFilter> ranges) Methods in org.apache.druid.sql.calcite.filtration with parameters of type RangeValueMethod parameters in org.apache.druid.sql.calcite.filtration with type arguments of type RangeValueModifier and TypeMethodDescriptionstatic RangeFilterRanges.toFilter(RangeRefKey rangeRefKey, com.google.common.collect.Range<RangeValue> range)