apoc.cypher.mapParallel2
Procedure APOC Full
apoc.cypher.mapParallel2(fragment, params, list-to-parallelize) yield value - executes fragment in parallel batches with the list segments being assigned to _
Signature
apoc.cypher.mapParallel2(fragment :: STRING?, params :: MAP?, list :: LIST? OF ANY?, partitions :: INTEGER?, timeout = 10 :: INTEGER?) :: (value :: MAP?)
Input parameters
| Name | Type | Default | 
|---|---|---|
fragment  | 
STRING?  | 
null  | 
params  | 
MAP?  | 
null  | 
list  | 
LIST? OF ANY?  | 
null  | 
partitions  | 
INTEGER?  | 
null  | 
timeout  | 
INTEGER?  | 
10  |