QueryPlanNode, java.io.Serializable, java.lang.Cloneablepublic 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 | Description |
|---|---|
EquiJoinNode(QueryPlanNode left,
QueryPlanNode right,
Variable[] left_cols,
Variable[] right_cols) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
Deep clone.
|
Table |
evaluate(QueryContext context) |
Evaluates the node and returns the result as a Table.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdebugString, discoverCorrelatedVariables, discoverTableNames, left, right, titleStringpublic EquiJoinNode(QueryPlanNode left, QueryPlanNode right, Variable[] left_cols, Variable[] right_cols)
public Table evaluate(QueryContext context)
QueryPlanNodepublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
QueryPlan.BranchQueryPlanNodeclone in interface QueryPlanNodeclone in class QueryPlan.BranchQueryPlanNodejava.lang.CloneNotSupportedExceptionCopyright © 2018. All rights reserved.