Class QueryPlan.Union

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QueryPlan.DisjointUnion, QueryPlan.RangeUnion
Enclosing class:
QueryPlan

public abstract static sealed class QueryPlan.Union extends QueryPlan.Set permits QueryPlan.DisjointUnion, QueryPlan.RangeUnion
Query plan node which represents a union set of plans.
See Also: