MobilityDB 1.1

◆ set_make()

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

Construct a set from an array of values.

Parameters
[in]valuesArray of values
[in]countNumber of elements in the array
[in]basetypeBase type
[in]orderedTrue for ordered sets
SQL Function:
intset(), bigintset(), floatset(), textset(), tstzset()
PyMEOS Function:
TstzSet()