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

Compare with Current View Page History

« Previous Version 2 Current »

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