Uses of Class
com.mckoi.database.QueryPlan.BranchQueryPlanNode
Packages that use QueryPlan.BranchQueryPlanNode
-
Uses of QueryPlan.BranchQueryPlanNode in com.mckoi.database
Subclasses of QueryPlan.BranchQueryPlanNode in com.mckoi.databaseModifier and TypeClassDescriptionstatic class
A branch node for performing a composite function on two child nodes.static class
A branch node for equi-joining two tables together given two sets of columns.static class
A branch node for a non-equi join between two tables.static class
A branch node for a logical union of two tables of identical types.static class
A branch node for naturally joining two tables together.static class
A branch node for a non-correlated ANY or ALL sub-query evaluation.