MobilityDB
1.1
Constructor functions
bigintspan_make
floatspan_make
intspan_make
period_make
set_copy
span_copy
spanset_copy
spanset_make
spanset_make_free
◆
spanset_make_free()
SpanSet
* spanset_make_free
(
Span
**
spans
,
int
count
,
bool
normalize
)
Construct a span set from an array of spans and free the array and the spans after the creation.
Parameters
[in]
spans
Array of spans
[in]
count
Number of elements in the array
[in]
normalize
True if the resulting value should be normalized.
See also
spanset_make
SQL Function:
spanset()
Generated by
1.9.4