Package org.apache.calcite.rel.rules
Class HyperEdge
java.lang.Object
org.apache.calcite.rel.rules.HyperEdge
Edge in HyperGraph, that represents a join predicate.
-
Constructor Summary
ConstructorsConstructorDescriptionHyperEdge
(long leftNodeBits, long rightNodeBits, JoinRelType joinType, RexNode condition) -
Method Summary