Class QueryPlan.BranchQueryPlanNode

java.lang.Object
com.mckoi.database.QueryPlan.BranchQueryPlanNode
All Implemented Interfaces:
QueryPlanNode, Serializable, Cloneable
Direct Known Subclasses:
QueryPlan.CompositeNode, QueryPlan.EquiJoinNode, QueryPlan.JoinNode, QueryPlan.LogicalUnionNode, QueryPlan.NaturalJoinNode, QueryPlan.NonCorrelatedAnyAllNode
Enclosing class:
QueryPlan

public abstract static class QueryPlan.BranchQueryPlanNode extends Object implements QueryPlanNode
A QueryPlanNode that is a branch with two child nodes.
See Also: