Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The operator ensures the order of tuples. It collects all tuples in input until a heartbeat-punctuation is received, then it writes all collected tuples to output in the correct order. So the ordered output contains all tuples which were received after the last received heartbeat-punctuation. There has to be an ASSUREHEARTBEAT operator before this operator.

Example

Code Block
languagejavascript
themeEclipselanguagejavascript
titleAssure Order Operator
linenumberstrue
ordered_output = ASSUREORDER(input)