apoc.coll.pairWithOffset
This is both a function and a procedure.
Function Details
Syntax |
|
||
Description |
Returns a |
||
Arguments |
Name |
Type |
Description |
|
|
The list to create pairs from. |
|
|
|
The offset to make each pair with from the given list. |
|
Returns |
|
Procedure Details
Syntax |
|
||
Description |
Returns a |
||
Input arguments |
Name |
Type |
Description |
|
|
The list to create pairs from. |
|
|
|
The offset to make each pair with from the given list. |
|
Return arguments |
Name |
Type |
Description |
|
|
The created pair. |