Class EnumerableMergeUnion

All Implemented Interfaces:
Cloneable, EnumerableRel, RelOptNode, Hintable, PhysicalNode, RelNode

public class EnumerableMergeUnion extends EnumerableUnion
Implementation of Union in enumerable calling convention.

Performs a union (or union all) of all its inputs (which must be already sorted), respecting the order.