Class QueryPlan.MergeUnion

All Implemented Interfaces:
Serializable
Enclosing class:
QueryPlan

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

    • MergeUnion

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