|
◆ tinstant_tagg()
Generic aggregate function for temporal instants.
- Parameters
-
[in] | instants1 | Accumulated state |
[in] | instants2 | Instants of the input temporal discrete sequence |
[in] | count1,count2 | Number of values in the input arrays |
[in] | func | Function, may be NULL for the merge aggregate function |
[out] | newcount | Number of instants in the output array |
[out] | tofree | Array of values that must be freed |
[out] | nfree | Number of values that must be freed |
|