public abstract class MapRDBPushLimitIntoScan extends StoragePluginOptimizerRule
Modifier and Type | Field and Description |
---|---|
static StoragePluginOptimizerRule |
LIMIT_ON_PROJECT |
static StoragePluginOptimizerRule |
LIMIT_ON_RKJOIN |
static StoragePluginOptimizerRule |
LIMIT_ON_SCAN |
Modifier and Type | Method and Description |
---|---|
protected void |
doPushLimitIntoGroupScan(org.apache.calcite.plan.RelOptRuleCall call,
LimitPrel limit,
ProjectPrel project,
ScanPrel scan,
GroupScan groupScan) |
protected void |
doPushLimitIntoRowKeyJoin(org.apache.calcite.plan.RelOptRuleCall call,
LimitPrel limit,
ProjectPrel project,
RowKeyJoinPrel join) |
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 final StoragePluginOptimizerRule LIMIT_ON_SCAN
public static final StoragePluginOptimizerRule LIMIT_ON_PROJECT
public static final StoragePluginOptimizerRule LIMIT_ON_RKJOIN
protected void doPushLimitIntoGroupScan(org.apache.calcite.plan.RelOptRuleCall call, LimitPrel limit, ProjectPrel project, ScanPrel scan, GroupScan groupScan)
protected void doPushLimitIntoRowKeyJoin(org.apache.calcite.plan.RelOptRuleCall call, LimitPrel limit, ProjectPrel project, RowKeyJoinPrel join)
Copyright © 1970 The Apache Software Foundation. All rights reserved.