apoc.coll.partition
This is both a function and a procedure.
Function Details
Syntax |
|
||
Description |
Partitions the original |
||
Arguments |
Name |
Type |
Description |
|
|
The list to partition into smaller sublists. |
|
|
|
The max size of each partitioned sublist. |
|
Returns |
|
Procedure Details
Syntax |
|
||
Description |
Partitions the original |
||
Input arguments |
Name |
Type |
Description |
|
|
The list to partition into smaller sublists. |
|
|
|
The max size of each partitioned sublist. |
|
Return arguments |
Name |
Type |
Description |
|
|
The partitioned list. |