Skip to main content

Module enum_nth_point_downsample_series

Module enum_nth_point_downsample_series 

Source

Structs§

Builder
A builder for EnumNthPointDownsampleSeries
Complete
The final stage for EnumNthPointDownsampleSeries.
EnumNthPointDownsampleSeries
Keeps every Nth row of the timestamp-ordered input, per series. No grid arithmetic, no interpolation, no boundary handling. Output count is ceil(input_count / n) per series. Caller is responsible for choosing n consistent with the input’s sample rate; output spacing is only uniform when the input is.
InputStage
The input stage for Builder.
NStage
The n stage for Builder.