Interface DphypJoinReorderRule.Config

All Superinterfaces:
RelRule.Config
Enclosing class:
DphypJoinReorderRule

@Immutable public static interface DphypJoinReorderRule.Config extends RelRule.Config
Rule configuration.
  • Field Details

  • Method Details

    • toRule

      default DphypJoinReorderRule toRule()
      Description copied from interface: RelRule.Config
      Creates a rule that uses this configuration. Sub-class must override.
      Specified by:
      toRule in interface RelRule.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.