|
◆ tsequence_tagg()
Generic aggregate function for temporal sequences.
- Parameters
-
[in] | sequences1 | Accumulated state |
[in] | count1 | Number of elements in the accumulated state |
[in] | sequences2 | Sequences of a temporal sequence set value |
[in] | count2 | Number of elements in the temporal sequence set value |
[in] | func | Function |
[in] | crossings | State whether turning points are added in the segments |
[in] | newcount | Number of elements in the result |
- Note
- Returns new sequences that must be freed by the calling function.
|