| Package | Description |
|---|---|
| org.apache.druid.query | |
| org.apache.druid.query.scan |
| Modifier and Type | Method and Description |
|---|---|
Druids.ScanQueryBuilder |
Druids.ScanQueryBuilder.resultFormat(ScanQuery.ResultFormat r) |
| Modifier and Type | Method and Description |
|---|---|
static ScanQuery.ResultFormat |
ScanQuery.ResultFormat.fromString(String name) |
ScanQuery.ResultFormat |
ScanQuery.getResultFormat() |
static ScanQuery.ResultFormat |
ScanQuery.ResultFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanQuery.ResultFormat[] |
ScanQuery.ResultFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
ScanResultValue.getFirstEventTimestamp(ScanQuery.ResultFormat resultFormat) |
| Constructor and Description |
|---|
ScanQuery(DataSource dataSource,
QuerySegmentSpec querySegmentSpec,
VirtualColumns virtualColumns,
ScanQuery.ResultFormat resultFormat,
int batchSize,
long scanRowsOffset,
long scanRowsLimit,
ScanQuery.Order orderFromUser,
List<ScanQuery.OrderBy> orderBysFromUser,
DimFilter dimFilter,
List<String> columns,
Boolean legacy,
Map<String,Object> context) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.