|
◆ set_make_free()
Set * set_make_free |
( |
Datum * |
values, |
|
|
int |
count, |
|
|
meosType |
basetype, |
|
|
bool |
ordered |
|
) |
| |
Construct a set from the array of values and free the array after the creation.
- Parameters
-
[in] | values | Array of values |
[in] | count | Number of elements in the array |
[in] | basetype | Base type |
[in] | ordered | True when the values are stored ordered |
|