rsp4j
rsp4j copied to clipboard
Ticker should be brought outside the window operator
Currently, in the windowing operator, the tick is used after the report. According to SECRET semantics, tick should define when an operator acts on its input. Thus, the ticker must be brought out of the Windowing operator, and be used to regulate the operator's execution.