Hi, one of my notorious (by now) investigative questions: How do these work? To meet it seems that they do not perform any actual pre aggregation but just keep all the elements in a LinkedList (non-grouped case) or HashMap (grouped-case) and aggregate the elements when the window is to be emitted.
Am I missing something again? :D Cheers, Aljoscha