This operator works similar as a join with a one-to-one condition. It can be used in cases where the simple outputs of different sources need to be combined into one tuple, without having a join-condition. A typical scenario are different sensor values comming from different input operators that should be combined into one measurement.

Parameter

Example

combined = COMBINE({waitForAllChanged=true, BufferNewInputElements=false},source1,source2,source3,source4)