Package org.apache.calcite.rel.rules
Class ConflictRule
java.lang.Object
org.apache.calcite.rel.rules.ConflictRule
A conflict rule (CR) is a pair of table sets denoted by T1 → T2, which means that if T1
intersects with the table under the join operator, T2 must be included in this join. With every
hyperedge in hypergraph, we associate a set of conflict rules.
- See Also:
-
Constructor Summary
Constructors -
Method Summary