I would like to keep track of the max and min of the past 100 ticks. How would I do that?
how can i perform moving window calculations (mmax, mmin, mavg) across partition boundaries?
You cant directly - you have to read into memory first.
I would like to keep track of the max and min of the past 100 ticks. How would I do that?
how can i perform moving window calculations (mmax, mmin, mavg) across partition boundaries?
You cant directly - you have to read into memory first.