|
◆ 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] | fcinfo | Catalog information about the external function |
[in,out] | list | Skiplist |
[in] | values | Array of values |
[in] | count | Number of elements in the array |
[in] | func | Function |
[in] | crossings | State whether turning points are added in the when aggregating temporal segments |
|