| Package | Description | 
|---|---|
| io.druid.segment.filter | |
| io.druid.sql.calcite.filtration | 
| Constructor and Description | 
|---|
BoundFilter(BoundDimFilter boundDimFilter)  | 
| Modifier and Type | Method and Description | 
|---|---|
static BoundDimFilter | 
Bounds.equalTo(BoundRefKey boundRefKey,
       String value)  | 
static BoundDimFilter | 
Bounds.greaterThan(BoundRefKey boundRefKey,
           String value)  | 
static BoundDimFilter | 
Bounds.greaterThanOrEqualTo(BoundRefKey boundRefKey,
                    String value)  | 
static BoundDimFilter | 
Bounds.interval(BoundRefKey boundRefKey,
        org.joda.time.Interval interval)  | 
static BoundDimFilter | 
Bounds.lessThan(BoundRefKey boundRefKey,
        String value)  | 
static BoundDimFilter | 
Bounds.lessThanOrEqualTo(BoundRefKey boundRefKey,
                 String value)  | 
static BoundDimFilter | 
Bounds.not(BoundDimFilter bound)
Negates single-ended Bound filters. 
 | 
static BoundDimFilter | 
Bounds.toFilter(BoundRefKey boundRefKey,
        com.google.common.collect.Range<BoundValue> range)  | 
| Modifier and Type | Method and Description | 
|---|---|
static BoundRefKey | 
BoundRefKey.from(BoundDimFilter filter)  | 
static BoundDimFilter | 
Bounds.not(BoundDimFilter bound)
Negates single-ended Bound filters. 
 | 
static com.google.common.collect.Range<BoundValue> | 
Bounds.toRange(BoundDimFilter bound)  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<com.google.common.collect.Range<BoundValue>> | 
Bounds.toRanges(List<BoundDimFilter> bounds)  | 
Copyright © 2011–2018. All rights reserved.