MobilityDB 1.3
Loading...
Searching...
No Matches

◆ keyval_skiplist_merge()

void ** keyval_skiplist_merge ( SkipList list,
void **  keys1,
void **  values1,
int  count1,
void **  keys2,
void **  values2,
int  count2,
int *  newcount,
void ***  newkeys,
void ***  tofree,
int *  nfree 
)

Generic aggregate function for temporal values.

Parameters
[in]listSkiplist
[in]keys1,keys2Arrays of keys and values
[in]values1,values2Arrays of values
[in]count1,count2Number of values in the input arrays
[out]newcountNumber of values in the output array
[out]newkeysArray of new keys
[out]tofreeArray of values that must be freed
[out]nfreeNumber of values that must be freed