MobilityDB  1.0

◆ tsequence_extend()

static int tsequence_extend ( TSequence **  result,
const TSequence seq,
const Interval *  interval,
bool  min 
)
static

Extend the temporal sequence value by the time interval.

Parameters
[out]resultArray on which the pointers of the newly constructed values are stored
[in]seqTemporal value
[in]intervalInterval
[in]minTrue if the calling function is min, max otherwise. This parameter is only used for linear interpolation.