| Package | Description |
|---|---|
| org.apache.druid.sql.calcite.rel |
| Modifier and Type | Method and Description |
|---|---|
Projection |
Sorting.getProjection() |
static Projection |
Projection.postAggregation(org.apache.calcite.rel.core.Project project,
PlannerContext plannerContext,
RowSignature inputRowSignature,
String basePrefix) |
static Projection |
Projection.preAggregation(org.apache.calcite.rel.core.Project project,
PlannerContext plannerContext,
RowSignature inputRowSignature,
VirtualColumnRegistry virtualColumnRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static Sorting |
Sorting.create(List<OrderByColumnSpec> orderBys,
Long limit,
Projection projection) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.