SlidingWindow
Core of the temporal operators. Alternative implementations (e.g. online version) might simply override the apply method. For the original sliding window algorithm from Lemire: https://dl.acm.org/doi/10.5555/1324123.1324129 Note that, except for methods explicitly marked by DIRECTION-AWARE METHOD (which use the isFuture
field to understand the direction), the algorithm is agnostic on the direction of the sliding.
See also
for the internal representation of the Window
for details on how the signal is scanned