Open
Description
Currently we keep a certain buffer length, and emit on every new item. Might be useful to ony emit every Nth item, like Spark-streaming does https://spark.apache.org/docs/2.2.0/streaming-programming-guide.html#window-operations
This can be achieved already with normal window-aggregate followed by the Slice operator in #241 , but would save on unnecessary computations.
Metadata
Metadata
Assignees
Labels
No labels