Package org.apache.calcite.rel.rules
Interface DphypJoinReorderRule.Config
- All Superinterfaces:
RelRule.Config
- Enclosing class:
DphypJoinReorderRule
Rule configuration.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault intbloat()Limit to the size growth of the dpTable allowed during enumerating.default DphypJoinReorderRuletoRule()Creates a rule that uses this configuration.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
-
bloat
default int bloat()Limit to the size growth of the dpTable allowed during enumerating. If the graph with n inputs is fully connected and any combination is legal, the size of dpTable is 2^n-1. The default value assumes n=7.
-