Interface | Description |
---|---|
WindowFunction |
A WindowFunction splits a sequence into a set of
(possibly overlapping) sub-sequences.
|
Class | Description |
---|---|
OverlappingTimeWindowFunction |
A windowing function based on time, with potentially overlapping windows.
|
OverlappingTimeWindowFunction.Builder | |
ReduceSequenceByWindowTransform |
Idea: do two things.
|
TimeWindowFunction |
A windowing function based on time, with non-overlapping windows.
|
TimeWindowFunction.Builder |