Package org.apache.calcite.rel.core
Interface RelFactories.SemiJoinFactory
- Enclosing class:
RelFactories
Deprecated.
Can create a semi-join of the appropriate type for a rule's calling
convention.
-
Method Summary
Modifier and TypeMethodDescriptioncreateSemiJoin
(RelNode left, RelNode right, RexNode condition) Deprecated.Creates a semi-join.
-
Method Details
-
createSemiJoin
Deprecated.Creates a semi-join.- Parameters:
left
- Left inputright
- Right inputcondition
- Join condition
-
RelFactories.JoinFactory
instead.