MobilityDB 1.1

◆ tsequenceset_append_tsequence()

TSequenceSet * tsequenceset_append_tsequence ( TSequenceSet ss,
const TSequence seq,
bool  expand 
)

Append a sequence to a temporal sequence set.

Parameters
[in,out]ssTemporal sequence set
[in]seqTemporal sequence
[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 ss when it cannot be expanded and a new sequence set is created.