Class QueryPlan.Concat

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QueryPlan.MergeConcat
Enclosing class:
QueryPlan

public static sealed class QueryPlan.Concat extends QueryPlan.Set permits QueryPlan.MergeConcat
Query plan node which represents a concatenated set of plans.
See Also:
  • Constructor Details

    • Concat

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