MobilityDB 1.1

◆ tsequence_make()

TSequence * tsequence_make ( const TInstant **  instants,
int  count,
bool  lower_inc,
bool  upper_inc,
interpType  interp,
bool  normalize 
)

Construct a temporal sequence from an array of temporal instants.

Parameters
[in]instantsArray of instants
[in]countNumber of elements in the array
[in]lower_inc,upper_incTrue if the respective bound is inclusive
[in]interpInterpolation
[in]normalizeTrue if the resulting value should be normalized
SQL Function:
tbool_seq(), tint_seq(), tfloat_seq(), ttext_seq(), etc.