| Package | Description |
|---|---|
| io.druid.query.scan |
| Modifier and Type | Method and Description |
|---|---|
ScanQuery |
ScanQuery.ScanQueryBuilder.build() |
ScanQuery |
ScanQuery.withDimFilter(DimFilter dimFilter) |
| Modifier and Type | Method and Description |
|---|---|
QueryToolChest<ScanResultValue,ScanQuery> |
ScanQueryRunnerFactory.getToolchest() |
| Modifier and Type | Method and Description |
|---|---|
com.metamx.emitter.service.ServiceMetricEvent.Builder |
ScanQueryQueryToolChest.makeMetricBuilder(ScanQuery query) |
com.google.common.base.Function<ScanResultValue,ScanResultValue> |
ScanQueryQueryToolChest.makePreComputeManipulatorFn(ScanQuery query,
MetricManipulationFn fn) |
Sequence<ScanResultValue> |
ScanQueryEngine.process(ScanQuery query,
Segment segment,
Map<String,Object> responseContext) |
| Constructor and Description |
|---|
ScanQueryLimitRowIterator(QueryRunner<ScanResultValue> baseRunner,
ScanQuery query,
Map<String,Object> responseContext) |
Copyright © 2011–2017. All rights reserved.