MobilityDB 1.3
Loading...
Searching...
No Matches

◆ set_make()

Set * set_make ( const Datum values,
int  count,
meosType  basetype,
bool  order 
)

Return a set from an array of values.

Parameters
[in]valuesArray of values
[in]countNumber of elements in the array
[in]basetypeType of the values
[in]orderTrue when the values should be ordered and duplicates should be removed @csqlfn Set_constructor()