public abstract class FilePushDownFilter extends StoragePluginOptimizerRule
Modifier and Type | Field and Description |
---|---|
protected OptimizerRulesContext |
optimizerContext |
Modifier and Type | Method and Description |
---|---|
protected void |
doOnMatch(org.apache.calcite.plan.RelOptRuleCall call,
FilterPrel filter,
ProjectPrel project,
ScanPrel scan) |
static org.apache.calcite.plan.RelOptRule |
getFilterOnProject(OptimizerRulesContext optimizerRulesContext) |
static StoragePluginOptimizerRule |
getFilterOnScan(OptimizerRulesContext optimizerContext) |
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
protected final OptimizerRulesContext optimizerContext
public static org.apache.calcite.plan.RelOptRule getFilterOnProject(OptimizerRulesContext optimizerRulesContext)
public static StoragePluginOptimizerRule getFilterOnScan(OptimizerRulesContext optimizerContext)
protected void doOnMatch(org.apache.calcite.plan.RelOptRuleCall call, FilterPrel filter, ProjectPrel project, ScanPrel scan)
Copyright © 1970 The Apache Software Foundation. All rights reserved.