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