Uses of Class
org.apache.druid.sql.calcite.filtration.BoundRefKey
Packages that use BoundRefKey
-
Uses of BoundRefKey in org.apache.druid.sql.calcite.filtration
Methods in org.apache.druid.sql.calcite.filtration that return BoundRefKeyModifier and TypeMethodDescriptionstatic BoundRefKeyBoundRefKey.from(BoundDimFilter filter) static BoundRefKeyBoundRefKey.from(SelectorDimFilter filter, StringComparator comparator) Methods in org.apache.druid.sql.calcite.filtration with parameters of type BoundRefKeyModifier and TypeMethodDescriptionstatic BoundDimFilterBounds.equalTo(BoundRefKey boundRefKey, String value) static BoundDimFilterBounds.greaterThan(BoundRefKey boundRefKey, String value) static BoundDimFilterBounds.greaterThanOrEqualTo(BoundRefKey boundRefKey, String value) static BoundDimFilterBounds.interval(BoundRefKey boundRefKey, org.joda.time.Interval interval) static BoundDimFilterBounds.lessThan(BoundRefKey boundRefKey, String value) static BoundDimFilterBounds.lessThanOrEqualTo(BoundRefKey boundRefKey, String value) static BoundDimFilterBounds.toFilter(BoundRefKey boundRefKey, com.google.common.collect.Range<BoundValue> range)