apoc.cypher.parallel2
|
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.parallel2(fragment, paramMap, keyList) yield value - executes fragments in parallel batches through a list defined in paramMap with a key keyList
Signature
apoc.cypher.parallel2(fragment :: STRING?, params :: MAP?, parallelizeOn :: STRING?) :: (value :: MAP?)
Input parameters
| Name | Type | Default |
|---|---|---|
fragment |
STRING? |
null |
params |
MAP? |
null |
parallelizeOn |
STRING? |
null |