public abstract class MapRDBPushFilterIntoScan extends StoragePluginOptimizerRule
Modifier and Type | Field and Description |
---|---|
static StoragePluginOptimizerRule |
FILTER_ON_PROJECT |
static StoragePluginOptimizerRule |
FILTER_ON_SCAN |
Modifier and Type | Method and Description |
---|---|
protected void |
doPushFilterIntoBinaryGroupScan(org.apache.calcite.plan.RelOptRuleCall call,
FilterPrel filter,
ProjectPrel project,
ScanPrel scan,
BinaryTableGroupScan groupScan,
org.apache.calcite.rex.RexNode condition) |
protected void |
doPushFilterIntoJsonGroupScan(org.apache.calcite.plan.RelOptRuleCall call,
FilterPrel filter,
ProjectPrel project,
ScanPrel scan,
JsonTableGroupScan groupScan,
org.apache.calcite.rex.RexNode condition) |
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 FILTER_ON_SCAN
public static final StoragePluginOptimizerRule FILTER_ON_PROJECT
protected void doPushFilterIntoJsonGroupScan(org.apache.calcite.plan.RelOptRuleCall call, FilterPrel filter, ProjectPrel project, ScanPrel scan, JsonTableGroupScan groupScan, org.apache.calcite.rex.RexNode condition)
protected void doPushFilterIntoBinaryGroupScan(org.apache.calcite.plan.RelOptRuleCall call, FilterPrel filter, ProjectPrel project, ScanPrel scan, BinaryTableGroupScan groupScan, org.apache.calcite.rex.RexNode condition)
Copyright © 1970 The Apache Software Foundation. All rights reserved.