public static class QueryPlan.EquiJoinNode extends QueryPlan.BranchQueryPlanNode
An equi-join is the most common type of join.
At query runtime, this decides the best best way to perform the join, either by
left, right| Constructor and Description |
|---|
EquiJoinNode(QueryPlanNode left,
QueryPlanNode right,
Variable[] left_cols,
Variable[] right_cols) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Deep clone.
|
Table |
evaluate(QueryContext context)
Evaluates the node and returns the result as a Table.
|
debugString, discoverCorrelatedVariables, discoverTableNames, left, right, titleStringpublic EquiJoinNode(QueryPlanNode left, QueryPlanNode right, Variable[] left_cols, Variable[] right_cols)
public Table evaluate(QueryContext context)
QueryPlanNodepublic Object clone() throws CloneNotSupportedException
QueryPlan.BranchQueryPlanNodeclone in interface QueryPlanNodeclone in class QueryPlan.BranchQueryPlanNodeCloneNotSupportedExceptionCopyright © 2016. All rights reserved.