Closed dkumor closed 8 years ago
Since transforms have state, performing things such as interpolation and averaging needs some way to "reset" the pipeline state during runtime.
reset(i%10==0,sum) | if i%10==9
will return the sum of every 10 datapoints
Since transforms have state, performing things such as interpolation and averaging needs some way to "reset" the pipeline state during runtime.
will return the sum of every 10 datapoints