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) |
any, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, matches, none, onMatch, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unordered
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 © 1970 The Apache Software Foundation. All rights reserved.