MobilityDB 1.1
Functions

Constructor functions for set and span types. More...

Collaboration diagram for Constructor functions:

Functions

Setset_make (const Datum *values, int count, meosType basetype, bool ordered)
 Construct a set from an array of values. More...
 
Setset_make_exp (const Datum *values, int count, int maxcount, meosType basetype, bool ordered)
 Construct a set from an array of values. More...
 
Setset_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. More...
 
Spanspan_make (Datum lower, Datum upper, bool lower_inc, bool upper_inc, meosType basetype)
 Construct a span from the bounds. More...
 
void span_set (Datum lower, Datum upper, bool lower_inc, bool upper_inc, meosType basetype, Span *s)
 Set a span from the bounds. More...
 

Detailed Description

Constructor functions for set and span types.