This operator allow to stop stream processing based on a predicate or a counter. It closes the tree from itself to the top. Other branches of the tree continue to run.

  • predicate When the predicate returns true, the operator closes the stream
  • count When the number of incoming tuples reaches the count, the operator closes the stream
  • No labels