Uses of Class
org.cojen.tupl.diag.QueryPlan.Set
Packages that use QueryPlan.Set
-
Uses of QueryPlan.Set in org.cojen.tupl.diag
Subclasses of QueryPlan.Set in org.cojen.tupl.diagModifier and TypeClassDescriptionstatic class
Query plan node which represents a concatenated set of plans.static final class
Query plan node which represents a union set of plans, where each source plan only produces rows which aren't produced by the other sources.static final class
Query plan node which represents an empty set.static final class
Query plan node which represents a concatenated set of plans which have an explicit ordering, and source rows are compared to each other to maintain the ordering.static final class
Query plan node which represents a union set of plans which have an common ordering, and rows are compared to each other for eliminating duplicates.static final class
Query plan node which represents a nested loop join.static final class
Query plan node which represents a union set of plans, where each source plan is limited to a range, and all sources produce rows in the same order.static class
Query plan node which represents a union set of plans.