| Package | Description |
|---|---|
| org.apache.druid.sql.calcite.planner | |
| org.apache.druid.sql.calcite.rel |
| Modifier and Type | Method and Description |
|---|---|
OffsetLimit |
OffsetLimit.andThen(OffsetLimit next)
Return a new instance that represents applying this one first, then the one.
|
static OffsetLimit |
OffsetLimit.fromSort(org.apache.calcite.rel.core.Sort sort) |
static OffsetLimit |
OffsetLimit.none() |
| Modifier and Type | Method and Description |
|---|---|
OffsetLimit |
OffsetLimit.andThen(OffsetLimit next)
Return a new instance that represents applying this one first, then the one.
|
| Modifier and Type | Method and Description |
|---|---|
OffsetLimit |
Sorting.getOffsetLimit() |
| Modifier and Type | Method and Description |
|---|---|
static Sorting |
Sorting.create(List<OrderByColumnSpec> orderBys,
OffsetLimit offsetLimit,
Projection projection) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.