Package org.apache.calcite.rel.rules
Interface JoinAssociateRule.Config
- All Superinterfaces:
- RelRule.Config
- Enclosing class:
- JoinAssociateRule
Rule configuration.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptiondefault booleanWhether to emit the new join tree if the new top or bottom join has a condition which is alwaysTRUE.default JoinAssociateRuletoRule()Creates a rule that uses this configuration.withAllowAlwaysTrueCondition(boolean allowAlwaysTrueCondition) default JoinAssociateRule.ConfigwithOperandFor(Class<? extends Join> joinClass) Defines an operand tree for the given classes.Methods inherited from interface org.apache.calcite.plan.RelRule.Configas, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
- 
Field Details- 
DEFAULT
 
- 
- 
Method Details- 
toRuleDescription copied from interface:RelRule.ConfigCreates a rule that uses this configuration. Sub-class must override.- Specified by:
- toRulein interface- RelRule.Config
 
- 
isAllowAlwaysTrueCondition@Default default boolean isAllowAlwaysTrueCondition()Whether to emit the new join tree if the new top or bottom join has a condition which is alwaysTRUE.
- 
withAllowAlwaysTrueCondition
- 
withOperandForDefines an operand tree for the given classes.
 
-