apoc.cypher.mapParallel2

This is the APOC Extended documentation.

APOC Extended is not supported by Neo4j. For the officially supported APOC Core, go to the APOC Core page.

Procedure Apoc Extended

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

Output parameters