MobilityDB 1.1

◆ tsequenceset_make()

TSequenceSet * tsequenceset_make ( const TSequence **  sequences,
int  count,
bool  normalize 
)

Construct a temporal sequence set from an array of temporal sequences.

Parameters
[in]sequencesArray of sequences
[in]countNumber of elements in the array
[in]normalizeTrue if the resulting value should be normalized. In particular, normalize is false when synchronizing two temporal sequence sets before applying an operation to them.
SQL Function:
tbool_seqset(), tint_seqset(), tfloat_seqset(), ttext_seqset(), etc.