apoc.export.arrow.stream.all

Procedure

apoc.export.arrow.stream.all(config MAP<STRING, ANY>) - exports the full database as an arrow byte array.

This procedure is not considered safe to run from multiple threads. It is therefore not supported by the parallel runtime (introduced in Neo4j 5.13). For more information, see the Cypher Manual → Parallel runtime.

Signature

apoc.export.arrow.stream.all(config = {} :: MAP) :: (value :: LIST<INTEGER>)

Input parameters

Name Type Default

config

MAP

null

Output parameters

Name Type

value

LIST<INTEGER>