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

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

    Modifier and Type
    Class
    Description
    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 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 union set of plans, where each source plan is limited to a range, and all sources produce rows in the same order.