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

◆ TSEQUENCESET_SEQ_N

#define TSEQUENCESET_SEQ_N (   ss,
  index 
)
Value:
( (const TSequence *)( \
((char *) &((ss)->period)) + (ss)->bboxsize + \
(sizeof(size_t) * (ss)->maxcount) + (TSEQUENCESET_OFFSETS_PTR(ss))[index] ) )
#define TSEQUENCESET_OFFSETS_PTR(ss)
Return a pointer to the offsets array of a temporal sequence set.
Definition: meos_internal.h:662
Structure to represent temporal values of sequence subtype.
Definition: meos.h:202

Return the n-th sequence of a temporal sequence set.

Note
The period component of the bbox is already declared in the struct
Precondition
The argument index is less than the number of sequences in the sequence set