|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mckoi.database.QueryPlan.BranchQueryPlanNode
com.mckoi.database.QueryPlan.NaturalJoinNode
public static class QueryPlan.NaturalJoinNode
A branch node for naturally joining two tables together. These branches should be optimized out if possible because they result in huge results.
| Field Summary |
|---|
| Fields inherited from class com.mckoi.database.QueryPlan.BranchQueryPlanNode |
|---|
left, right |
| Constructor Summary | |
|---|---|
QueryPlan.NaturalJoinNode(QueryPlanNode left,
QueryPlanNode right)
|
|
| Method Summary | |
|---|---|
Table |
evaluate(QueryContext context)
Evaluates the node and returns the result as a Table. |
java.lang.String |
titleString()
|
| Methods inherited from class com.mckoi.database.QueryPlan.BranchQueryPlanNode |
|---|
clone, debugString, discoverCorrelatedVariables, discoverTableNames, left, right |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryPlan.NaturalJoinNode(QueryPlanNode left,
QueryPlanNode right)
| Method Detail |
|---|
public Table evaluate(QueryContext context)
QueryPlanNode
public java.lang.String titleString()
titleString in class QueryPlan.BranchQueryPlanNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||