MobilityDB
1.0
|
◆ tsequence_make()
Construct a temporal sequence value from the array of temporal instant values. For example, the memory structure of a temporal sequence value with 2 instants and a precomputed trajectory is as follows: ------------------------------------------------------------------- ( TSequence )_X | offset_0 | offset_1 | offset_2 | offset_3 | ... ------------------------------------------------------------------- ------------------------------------------------------------------------ ( TInstant_0 )_X | ( TInstant_1 )_X | ( bbox )_X | ( Traj )_X | ------------------------------------------------------------------------ where the
|