Uses of Class
org.cojen.tupl.diag.QueryPlan.Set

Packages that use QueryPlan.Set
Package
Description
Diagnostics support.
  • Uses of QueryPlan.Set in org.cojen.tupl.diag

    Modifier and Type
    Class
    Description
    static 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.