public static interface RelFactories.JoinFactory
The result is typically a Join.
| Modifier and Type | Method and Description |
|---|---|
RelNode |
createJoin(RelNode left,
RelNode right,
List<RelHint> hints,
RexNode condition,
Set<CorrelationId> variablesSet,
JoinRelType joinType,
boolean semiJoinDone)
Creates a join.
|
RelNode createJoin(RelNode left, RelNode right, List<RelHint> hints, RexNode condition, Set<CorrelationId> variablesSet, JoinRelType joinType, boolean semiJoinDone)
left - Left inputright - Right inputhints - Hintscondition - Join conditionvariablesSet - Set of variables that are set by the
LHS and used by the RHS and are not available to
nodes above this LogicalJoin in the treejoinType - Join typesemiJoinDone - Whether this join has been translated to a
semi-joinCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.