You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Non-blocking pipeline operators such as map, filter, and flat_map do not have to implement Arcon's Operator trait. They can simply be Rust functions that can be chained/composed together (#246).
The text was updated successfully, but these errors were encountered:
Non-blocking pipeline operators such as
map, filter, and flat_map
do not have to implement Arcon'sOperator
trait. They can simply be Rust functions that can be chained/composed together (#246).The text was updated successfully, but these errors were encountered: