MobilityDB 1.1

◆ tsequence_tagg1()

static int tsequence_tagg1 ( const TSequence seq1,
const TSequence seq2,
datum_func2  func,
bool  crossings,
TSequence **  result 
)
static

Generic aggregate function for temporal sequences.

Parameters
[in]seq1,seq2Temporal sequence values to be aggregated
[in]funcFunction
[in]crossingsTrue if turning points are added in the segments
[out]resultArray on which the pointers of the newly constructed ranges are stored
Note
Return new sequences that must be freed by the calling function