Class QueryPlan.DisjointUnion

All Implemented Interfaces:
Serializable
Enclosing class:
QueryPlan

public static final class QueryPlan.DisjointUnion extends QueryPlan.Union
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.
See Also:
  • Constructor Details

    • DisjointUnion

      public DisjointUnion(QueryPlan... sources)
      Parameters:
      sources - child plan nodes
  • Method Details