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 classQueryPlan.CompositeNodeA branch node for performing a composite function on two child nodes.static classQueryPlan.EquiJoinNodeA branch node for equi-joining two tables together given two sets of columns.static classQueryPlan.JoinNodeA branch node for a non-equi join between two tables.static classQueryPlan.LogicalUnionNodeA branch node for a logical union of two tables of identical types.static classQueryPlan.NaturalJoinNodeA branch node for naturally joining two tables together.static classQueryPlan.NonCorrelatedAnyAllNodeA branch node for a non-correlated ANY or ALL sub-query evaluation.
-