MobilityDB
1.0
|
◆ tsequenceset_make()
Construct a temporal sequence set value from the array of temporal sequence values. For example, the memory structure of a temporal sequence set value with 2 sequences is as follows -------------------------------------------------------- ( TSequenceSet )_X | offset_0 | offset_1 | offset_2 | ... -------------------------------------------------------- -------------------------------------------------------- ( TSequence_0 )_X | ( TSequence_1 )_X | ( bbox )_X | -------------------------------------------------------- where the
|