MobilityDB 1.3
Loading...
Searching...
No Matches

◆ tsequence_tagg()

TSequence ** tsequence_tagg ( const TSequence **  sequences1,
int  count1,
const TSequence **  sequences2,
int  count2,
datum_func2  func,
bool  crossings,
int *  newcount 
)

Generic aggregate function for temporal sequences.

Parameters
[in]sequences1Accumulated state
[in]count1Number of elements in the accumulated state
[in]sequences2Sequences of a temporal sequence set
[in]count2Number of elements in the temporal sequence set
[in]funcFunction, may be NULL for the merge aggregate function
[in]crossingsTrue if turning points are added in the segments
[out]newcountNumber of elements in the result
Note
Return new sequences that must be freed by the calling function.