MobilityDB 1.1

◆ 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]spansArray of spans
[in]countNumber of elements in the array
[in]normalizeTrue if the resulting value should be normalized.
See also
spanset_make
SQL Function:
spanset()