Uses of Class
com.mckoi.database.QueryPlan.BranchQueryPlanNode
-
Packages that use QueryPlan.BranchQueryPlanNode Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of QueryPlan.BranchQueryPlanNode in com.mckoi.database
Subclasses of QueryPlan.BranchQueryPlanNode in com.mckoi.database Modifier and Type Class Description static class
QueryPlan.CompositeNode
A branch node for performing a composite function on two child nodes.static class
QueryPlan.EquiJoinNode
A branch node for equi-joining two tables together given two sets of columns.static class
QueryPlan.JoinNode
A branch node for a non-equi join between two tables.static class
QueryPlan.LogicalUnionNode
A branch node for a logical union of two tables of identical types.static class
QueryPlan.NaturalJoinNode
A branch node for naturally joining two tables together.static class
QueryPlan.NonCorrelatedAnyAllNode
A branch node for a non-correlated ANY or ALL sub-query evaluation.
-