Generic moving window transition function for min, max, and sum aggregation.
- Parameters
-
[in,out] | state | Skiplist containing the state |
[in] | temp | Temporal value |
[in] | interval | Interval |
[in] | func | Function |
[in] | min | True if the calling function is min, max otherwise |
[in] | crossings | True if turning points are added in the segments |
- Note
- This function is directly called by the window sum aggregation for temporal floats after verifying since the operation is not supported for sequence (set) type