Package org.apache.calcite.rel.rules
Interface FilterTableScanRule.Config
- All Superinterfaces:
- RelRule.Config
- Enclosing class:
- FilterTableScanRule
Rule configuration.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final FilterTableScanRule.Configstatic final FilterTableScanRule.Config
- 
Method SummaryModifier and TypeMethodDescriptiondefault FilterTableScanRuletoRule()Creates a rule that uses this configuration.Methods inherited from interface org.apache.calcite.plan.RelRule.Configas, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
- 
Field Details- 
DEFAULT
- 
INTERPRETER
 
- 
- 
Method Details- 
toRuleDescription copied from interface:RelRule.ConfigCreates a rule that uses this configuration. Sub-class must override.- Specified by:
- toRulein interface- RelRule.Config
 
 
-