|
◆ temporal_wagg_transfn1()
Generic moving window transition function for min, max, and sum aggregation.
- Parameters
-
[in] | fcinfo | Catalog information about the external function |
[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 | State whether 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
|