| Package | Description | 
|---|---|
| io.druid.query | |
| io.druid.query.datasourcemetadata | |
| io.druid.query.metadata | |
| io.druid.query.select | |
| io.druid.query.timeboundary | |
| io.druid.timeline | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends LogicalSegment> | 
QueryToolChest.filterSegments(QueryType query,
              List<T> segments)
This method is called to allow the query to prune segments that it does not believe need to actually
 be queried. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends LogicalSegment> | 
DataSourceQueryQueryToolChest.filterSegments(DataSourceMetadataQuery query,
              List<T> segments)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends LogicalSegment> | 
SegmentMetadataQueryQueryToolChest.filterSegments(SegmentMetadataQuery query,
              List<T> segments)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends LogicalSegment> | 
SelectQueryQueryToolChest.filterSegments(SelectQuery query,
              List<T> segments)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends LogicalSegment> | 
TimeBoundaryQueryQueryToolChest.filterSegments(TimeBoundaryQuery query,
              List<T> segments)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TimelineObjectHolder<VersionType,ObjectType>  | 
Copyright © 2011–2018. All rights reserved.