MobilityDB 1.1

◆ tsequence_append_tsequence()

Temporal * tsequence_append_tsequence ( TSequence seq1,
const TSequence seq2,
bool  expand 
)

Append a sequence to a temporal sequence.

Parameters
[in,out]seq1Temporal sequence
[in]seq2Temporal sequence to append
[in]expandTrue when reserving space for additional sequences
SQL Function:
appendSequence()
Note
It is the responsibility of the calling function to free the memory, that is, delete the old value of seq when it cannot be expanded or when the result is a sequence set.