You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This operator can be used to synchronize different input streams regarding their start-timestamps. In opposite to Union operator the inputs are not merged, but send to different output ports, i.e. an element coming over input port 1 will be send to output port 1.

Parameters

This operator has no parameters

Exampe

synced = SYNCHRONIZE(source1,source2,source3)
p1 = RENAME({isNoOp = 'true'},1:source1)
p2 = RENAME({isNoOp = 'true'},2:source1)
p3 = RENAME({isNoOp = 'true'},3:source1)
  • No labels