MobilityDB 1.1
|
◆ set_make_exp()
Construct a set from an array of values. The memory structure depends on whether the value is passed by value or by reference. For example, the memory structure of a set with 2 values passed by value and passed by reference are, respectively, as follows ------------------------------------------------------------
Header | count | bboxsize | ( bbox )_X | Value_0 | Value_1 |
------------------------------------------------------------
---------------------------------------------------------------------
| Header | count | bboxsize | ( bbox )_X | offset_0 | offset_1 | ...
---------------------------------------------------------------------
--------------------------
... | Value_0 | Value_1 |
--------------------------
where
|