MobilityDB  1.0

◆ tsequence_make_free()

TSequence* tsequence_make_free ( TInstant **  instants,
int  count,
bool  lower_inc,
bool  upper_inc,
bool  linear,
bool  normalize 
)

Construct a temporal sequence value from the array of temporal instant values and free the array and the instants after the creation.

Parameters
[in]instantsArray of instants
[in]countNumber of elements in the array
[in]lower_inc,upper_incTrue when the respective bound is inclusive
[in]linearTrue when the interpolation is linear
[in]normalizeTrue when the resulting value should be normalized