Re: Difference between data stream window function and cep within

2019-09-18 Thread Joshua Fan
Hi Dian Thank you for your explanation. After have a look at the source code, the cep within just executes by a time interval according to each state. Thank you. Yours sincerely Joshua On Wed, Sep 18, 2019 at 9:41 AM Dian Fu wrote: > Hi Joshua, > > There is no tumbling/sliding window underlyin

Re: Difference between data stream window function and cep within

2019-09-17 Thread Dian Fu
Hi Joshua, There is no tumbling/sliding window underlying the cep within implementation. The difference between datastream window and cep within is that: 1) Regarding to datastream window, the window is unified for all the elements (You can think that the window already exists before the input