| Package | Description |
|---|---|
| org.apache.druid.query | |
| org.apache.druid.query.scan |
| Modifier and Type | Method and Description |
|---|---|
Druids.ScanQueryBuilder |
Druids.ScanQueryBuilder.order(ScanQuery.Order order) |
| Modifier and Type | Method and Description |
|---|---|
static ScanQuery.Order |
ScanQuery.Order.fromString(String name) |
ScanQuery.Order |
ScanQuery.OrderBy.getOrder() |
ScanQuery.Order |
ScanQuery.getTimeOrder()
If this query is purely-time-ordered, returns a value of the enum
ScanQuery.Order. |
static ScanQuery.Order |
ScanQuery.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanQuery.Order[] |
ScanQuery.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OrderBy(String columnName,
ScanQuery.Order order) |
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.