public static interface RelFactories.JoinFactory
The result is typically a Join.
| Modifier and Type | Method and Description |
|---|---|
RelNode |
createJoin(RelNode left,
RelNode right,
RexNode condition,
JoinRelType joinType,
Set<String> variablesStopped,
boolean semiJoinDone)
Creates a join.
|
RelNode createJoin(RelNode left, RelNode right, RexNode condition, JoinRelType joinType, Set<String> variablesStopped, boolean semiJoinDone)
left - Left inputright - Right inputcondition - Join conditionjoinType - Join typevariablesStopped - Set of names of variables which are set by the
LHS and used by the RHS and are not available to
nodes above this LogicalJoin in the treesemiJoinDone - Whether this join has been translated to a
semi-joinCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.