MobilityDB 1.1

◆ period_tagg()

Span ** period_tagg ( Span **  periods1,
int  count1,
Span **  periods2,
int  count2,
int *  newcount 
)

Generic aggregate function for periods.

Parameters
[in]periods1Accumulated state
[in]count1Number of elements in the accumulated state
[in]periods2Periods of a period (set) value
[in]count2Number of elements in the period set value
[out]newcountNumber of elements in the result
Note
Return new periods that must be freed by the calling function.