Class QueryPlan.MergeConcat

All Implemented Interfaces:
Serializable
Enclosing class:
QueryPlan

public static final class QueryPlan.MergeConcat extends QueryPlan.Concat
Query plan node which represents a concatenated set of plans which have an explicit ordering, and source rows are compared to each other to maintain the ordering.
See Also: