public abstract class DrillPushLimitToScanRule
extends org.apache.calcite.plan.RelOptRule
| Modifier and Type | Field and Description |
|---|---|
static DrillPushLimitToScanRule |
LIMIT_ON_PROJECT |
static DrillPushLimitToScanRule |
LIMIT_ON_SCAN |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doOnMatch(org.apache.calcite.plan.RelOptRuleCall call,
DrillLimitRel limitRel,
DrillScanRel scanRel,
DrillProjectRel projectRel) |
public static DrillPushLimitToScanRule LIMIT_ON_SCAN
public static DrillPushLimitToScanRule LIMIT_ON_PROJECT
protected void doOnMatch(org.apache.calcite.plan.RelOptRuleCall call,
DrillLimitRel limitRel,
DrillScanRel scanRel,
DrillProjectRel projectRel)
Copyright © 2017 The Apache Software Foundation. All rights reserved.