|
|
◆ set_make_free()
| Set * set_make_free |
( |
Datum * |
values, |
|
|
int |
count, |
|
|
MeosType |
basetype, |
|
|
bool |
order |
|
) |
| |
Return a set from the array of values and free the input array after the creation.
- Parameters
-
| [in] | values | Array of values |
| [in] | count | Number of elements in the array |
| [in] | basetype | Type of the values |
| [in] | order | True when the values should be ordered and duplicates should be removed |
|