MobilityDB 1.1

◆ tdiscseq_merge_array()

Temporal * tdiscseq_merge_array ( const TSequence **  sequences,
int  count 
)

Merge an array of temporal discrete sequences.

Note
The function does not assume that the values in the array are strictly ordered on time, i.e., the intersection of the bounding boxes of two values may be a period. For this reason two passes are necessary.
Parameters
[in]sequencesArray of values
[in]countNumber of elements in the array
Returns
Result value that can be either a temporal instant or a temporal discrete sequence
SQL Function:
merge()