MobilityDB
1.0
|
◆ timestampset_make()
Construct a timestamp set from an array of timestamps. For example, the memory structure of a timestamp set with 3 timestamps is as follows -------------------------------------------------------------------------- ( TimestampSet | ( bbox )_X | Timestamp_0 | Timestamp_1 | Timestamp_2)_X | -------------------------------------------------------------------------- where the
|