Uses of Class
org.apache.druid.sql.calcite.filtration.BoundValue
Packages that use BoundValue
-
Uses of BoundValue in org.apache.druid.sql.calcite.filtration
Methods in org.apache.druid.sql.calcite.filtration that return types with arguments of type BoundValueModifier and TypeMethodDescriptionstatic com.google.common.collect.Range<BoundValue>Bounds.toRange(BoundDimFilter bound) static List<com.google.common.collect.Range<BoundValue>>Bounds.toRanges(List<BoundDimFilter> bounds) Methods in org.apache.druid.sql.calcite.filtration with parameters of type BoundValueMethod parameters in org.apache.druid.sql.calcite.filtration with type arguments of type BoundValueModifier and TypeMethodDescriptionstatic BoundDimFilterBounds.toFilter(BoundRefKey boundRefKey, com.google.common.collect.Range<BoundValue> range)