MobilityDB  1.0

◆ skiplist_splice()

void skiplist_splice ( FunctionCallInfo  fcinfo,
SkipList list,
void **  values,
int  count,
datum_func2  func,
bool  crossings 
)

Splice the skiplist with the array of values using the aggregation function.

Parameters
[in]fcinfoCatalog information about the external function
[in,out]listSkiplist
[in]valuesArray of values
[in]countNumber of elements in the array
[in]funcFunction
[in]crossingsState whether turning points are added in the when aggregating temporal segments