| Package | Description | 
|---|---|
| io.druid.query.scan | |
| io.druid.sql.calcite.rel | 
| Modifier and Type | Method and Description | 
|---|---|
ScanQuery | 
ScanQuery.ScanQueryBuilder.build()  | 
ScanQuery | 
ScanQuery.withDimFilter(DimFilter dimFilter)  | 
ScanQuery | 
ScanQuery.withNonNullLegacy(ScanQueryConfig scanQueryConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
QueryToolChest<ScanResultValue,ScanQuery> | 
ScanQueryRunnerFactory.getToolchest()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ScanQuery.ScanQueryBuilder | 
ScanQuery.ScanQueryBuilder.copy(ScanQuery query)  | 
QueryMetrics<Query<?>> | 
ScanQueryQueryToolChest.makeMetrics(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)  | 
| Modifier and Type | Method and Description | 
|---|---|
ScanQuery | 
DruidQuery.toScanQuery()
Return this query as a Scan query, or null if this query is not compatible with Scan. 
 | 
Copyright © 2011–2018. All rights reserved.