Structsยง
- Stream
RowMerge StreamRowMergeis used for merging two streams with the same stream key and distribution. It will buffer the outputs from its input streams until we receive a barrier. On receiving a barrier, it willProjecttheir outputs according to the providedlhs_mappingandrhs_mapping.