Filters elements of the input stream. If predicate evaluates to true, element will be sent to port 0 else to port 1. This operator has the same functionality as the Select operator and additionally sends elements to port 1 where the condition is not true (i.e. the stream is split).

Parameter

  • predicate: The predicate to evaluate over each incoming tuple
  • No labels