Package org.apache.calcite.rel.rules
Interface FilterMultiJoinMergeRule.Config
- All Superinterfaces:
 RelRule.Config
- Enclosing class:
 FilterMultiJoinMergeRule
Rule configuration.
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptiondefault FilterMultiJoinMergeRuletoRule()Creates a rule that uses this configuration.default FilterMultiJoinMergeRule.ConfigwithOperandFor(Class<? extends Filter> filterClass, Class<? extends MultiJoin> multiJoinClass) Defines an operand tree for the given classes.Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory 
- 
Field Details
- 
DEFAULT
 
 - 
 - 
Method Details
- 
toRule
Description copied from interface:RelRule.ConfigCreates a rule that uses this configuration. Sub-class must override.- Specified by:
 toRulein interfaceRelRule.Config
 - 
withOperandFor
default FilterMultiJoinMergeRule.Config withOperandFor(Class<? extends Filter> filterClass, Class<? extends MultiJoin> multiJoinClass) Defines an operand tree for the given classes. 
 -