| 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.withDataSource(DataSource dataSource) |
ScanQuery |
ScanQuery.withLimit(long newLimit) |
ScanQuery |
ScanQuery.withNonNullLegacy(ScanQueryConfig scanQueryConfig) |
ScanQuery |
ScanQuery.withOffset(long newOffset) |
ScanQuery |
ScanQuery.withOverriddenContext(Map<String,Object> contextOverrides) |
ScanQuery |
ScanQuery.withQuerySegmentSpec(QuerySegmentSpec querySegmentSpec) |
| 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,
QueryMetrics<?> queryMetrics) |
RowSignature |
ScanQueryQueryToolChest.resultArraySignature(ScanQuery query) |
Sequence<Object[]> |
ScanQueryQueryToolChest.resultsAsArrays(ScanQuery query,
Sequence<ScanResultValue> resultSequence) |
static void |
ScanQuery.verifyOrderByForNativeExecution(ScanQuery query)
Verifies that the ordering of a query is solely determined by
getTimeOrder(). |
| Constructor and Description |
|---|
ScanResultValueTimestampComparator(ScanQuery scanQuery) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.