|
|
◆ set_make()
| Set * set_make |
( |
const Datum * |
values, |
|
|
int |
count, |
|
|
MeosType |
basetype, |
|
|
bool |
order |
|
) |
| |
Return a set from an array of values.
- 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 @csqlfn Set_constructor() |
|