MobilityDB  1.0

◆ tsequenceset_extend()

static int tsequenceset_extend ( TSequence **  result,
const TSequenceSet ts,
const Interval *  interval,
bool  min 
)
static

Extend the temporal sequence set value by the time interval.

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