| Package | Description |
|---|---|
| org.apache.drill.exec.planner.index | |
| org.apache.drill.exec.planner.logical | |
| org.apache.drill.exec.planner.physical |
| Modifier and Type | Field and Description |
|---|---|
OrderedRel |
IndexPhysicalPlanCallContext.sort |
| Modifier and Type | Method and Description |
|---|---|
OrderedRel |
IndexPhysicalPlanCallContext.getSort() |
OrderedRel |
IndexLogicalPlanCallContext.getSort() |
OrderedRel |
IndexCallContext.getSort() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IndexPlanUtils.generateLimit(OrderedRel sort) |
static org.apache.calcite.rex.RexNode |
IndexPlanUtils.getFetch(OrderedRel sort) |
static org.apache.calcite.rex.RexNode |
IndexPlanUtils.getOffset(OrderedRel sort) |
| Constructor and Description |
|---|
IndexPhysicalPlanCallContext(org.apache.calcite.plan.RelOptRuleCall call,
OrderedRel sort,
ProjectPrel capProject,
FilterPrel filter,
ProjectPrel project,
ScanPrel scan,
ExchangePrel exch) |
IndexPhysicalPlanCallContext(org.apache.calcite.plan.RelOptRuleCall call,
OrderedRel sort,
ProjectPrel project,
ScanPrel scan,
ExchangePrel exch) |
| Modifier and Type | Class and Description |
|---|---|
class |
DrillSortRel
Sort implemented in Drill.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SortPrel |
class |
TopNPrel |
Copyright © 2021 The Apache Software Foundation. All rights reserved.