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

◆ span_set()

void span_set ( Datum  lower,
Datum  upper,
bool  lower_inc,
bool  upper_inc,
meosType  basetype,
meosType  spantype,
Span s 
)

Return in the last argument a span constructed from the given arguments.

Parameters
[in]lower,upperBounds
[in]lower_inc,upper_incTrue when the bounds are inclusive
[in]basetypeBase type
[in]spantypeSpan type
[out]sResult span
See also
span_make()