MobilityDB
1.0
|
◆ tinstantset_make()
Construct a temporal instant set value from the array of temporal instant values. For example, the memory structure of a temporal instant set value with 2 instants is as follows ------------------------------------------------------ ( TInstantSet | offset_0 | offset_1 | offset_2 )_X | ... ------------------------------------------------------ ---------------------------------------------------------- ( TInstant_0 )_X | ( TInstant_1 )_X | ( bbox )_X | ---------------------------------------------------------- where the
|