Class QueryPlan.NaturalJoinNode

java.lang.Object
com.mckoi.database.QueryPlan.BranchQueryPlanNode
com.mckoi.database.QueryPlan.NaturalJoinNode
All Implemented Interfaces:
QueryPlanNode, Serializable, Cloneable
Enclosing class:
QueryPlan

public static class QueryPlan.NaturalJoinNode extends QueryPlan.BranchQueryPlanNode
A branch node for naturally joining two tables together. These branches should be optimized out if possible because they result in huge results.
See Also: