Adding to my question if there is no element E with a timestamp T then
there is no window [T-s, T)

On Tue, Sep 28, 2021 at 6:25 AM KV 59 <[email protected]> wrote:

> Hi,
>
> I have a question about how windows are assigned to elements or vice
> versa. ( I thought I understood this all this while but I'm a little
> confused now)
>
> My understanding:
> For a sliding window configuration of size S and period P
>
> 1. For every element E, with timestamp T it is assigned to each existing
> window W where
>     W.start() <= T < W.end()
> 2. And if no window exists with interval [T-S, T) then that window is
> created and the element is part/assigned that  window.
>
> Is this an accurate understanding?
>
> Appreciate your responses
>
> Thanks
> Kishore
>
>

Reply via email to