MobilityDB 1.1

◆ tcontseq_extend()

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

Extend the temporal sequence value by the time interval.

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