Class InfoSchemaPushFilterIntoRecordGenerator
java.lang.Object
org.apache.calcite.plan.RelOptRule
org.apache.drill.exec.store.StoragePluginOptimizerRule
org.apache.drill.exec.store.ischema.InfoSchemaPushFilterIntoRecordGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.calcite.plan.RelOptRule
org.apache.calcite.plan.RelOptRule.ConverterRelOptRuleOperand -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StoragePluginOptimizerRulestatic final StoragePluginOptimizerRuleFields inherited from class org.apache.calcite.plan.RelOptRule
description, operands, relBuilderFactory -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoMatch(org.apache.calcite.plan.RelOptRuleCall call, ScanPrel scan, ProjectPrel project, FilterPrel filter) Methods inherited from class org.apache.calcite.plan.RelOptRule
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
-
Field Details
-
IS_FILTER_ON_PROJECT
-
IS_FILTER_ON_SCAN
-
-
Method Details
-
doMatch
protected void doMatch(org.apache.calcite.plan.RelOptRuleCall call, ScanPrel scan, ProjectPrel project, FilterPrel filter)
-