| Package | Description |
|---|---|
| org.apache.drill.exec.planner.logical |
| Modifier and Type | Method and Description |
|---|---|
static DrillProjectRel |
DrillProjectRel.convert(Project project,
ConversionContext context) |
static DrillProjectRel |
DrillProjectRel.create(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traits,
org.apache.calcite.rel.RelNode child,
List<? extends org.apache.calcite.rex.RexNode> exps,
org.apache.calcite.rel.type.RelDataType rowType)
provide a public method to create an instance of DrillProjectRel.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DrillPushLimitToScanRule.doOnMatch(org.apache.calcite.plan.RelOptRuleCall call,
DrillLimitRel limitRel,
DrillScanRel scanRel,
DrillProjectRel projectRel) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.