| Package | Description |
|---|---|
| org.apache.druid.query | |
| org.apache.druid.query.scan |
| Modifier and Type | Method and Description |
|---|---|
ScanQuery |
Druids.ScanQueryBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static Druids.ScanQueryBuilder |
Druids.ScanQueryBuilder.copy(ScanQuery query) |
| Modifier and Type | Method and Description |
|---|---|
ScanQuery |
ScanQuery.withNonNullLegacy(ScanQueryConfig scanQueryConfig) |
| Modifier and Type | Method and Description |
|---|---|
QueryToolChest<ScanResultValue,ScanQuery> |
ScanQueryRunnerFactory.getToolchest() |
| Modifier and Type | Method and Description |
|---|---|
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,
ResponseContext responseContext) |
RowSignature |
ScanQueryQueryToolChest.resultArraySignature(ScanQuery query) |
Sequence<Object[]> |
ScanQueryQueryToolChest.resultsAsArrays(ScanQuery query,
Sequence<ScanResultValue> resultSequence) |
| Constructor and Description |
|---|
ScanResultValueTimestampComparator(ScanQuery scanQuery) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.