The Merge transform feeds a copy of its input to several other transforms and merges the results together using set union.
Merge
A Merge of T1, T2, and T3 applied to input I results in T1(I) ∪ T2(I) ∪ T3(I).
T1() + T2() + T3()
Content feedback and comments
Content feedback and comments