Class QueryPlan.RangeUnion

All Implemented Interfaces:
Serializable
Enclosing class:
QueryPlan

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

    • RangeUnion

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