Package | Description |
---|---|
io.druid.query | |
io.druid.query.datasourcemetadata | |
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> |
TimeBoundaryQueryQueryToolChest.filterSegments(TimeBoundaryQuery query,
List<T> segments) |
Modifier and Type | Class and Description |
---|---|
class |
TimelineObjectHolder<VersionType,ObjectType> |
Copyright © 2011–2015. All rights reserved.