Class QueryPlan.SingleQueryPlanNode

java.lang.Object
com.mckoi.database.QueryPlan.SingleQueryPlanNode
All Implemented Interfaces:
QueryPlanNode, Serializable, Cloneable
Direct Known Subclasses:
QueryPlan.CachePointNode, QueryPlan.ConstantSelectNode, QueryPlan.CreateFunctionsNode, QueryPlan.DistinctNode, QueryPlan.ExhaustiveSelectNode, QueryPlan.FunctionalSelectNode, QueryPlan.GroupNode, QueryPlan.LeftOuterJoinNode, QueryPlan.MarkerNode, QueryPlan.MultiColumnEquiSelectNode, QueryPlan.RangeSelectNode, QueryPlan.SimplePatternSelectNode, QueryPlan.SimpleSelectNode, QueryPlan.SortNode, QueryPlan.SubsetNode
Enclosing class:
QueryPlan

public abstract static class QueryPlan.SingleQueryPlanNode extends Object implements QueryPlanNode
A QueryPlanNode with a single child.
See Also: