The MERGE
UNION
operator performs a UNION
ALL
operation on several sorted compatible
data streams and eliminates duplicates within these streams.
The MERGE UNION
operator
is a nary operator that displays this message:
MERGE UNION OPERATOR has <N> children.
<N
>
is the number of input streams into the operator.