apoc.export.arrow.stream.graph

Procedure

apoc.export.arrow.stream.graph(graph ANY, config MAP<STRING, ANY>) - exports the given graph 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.

s == Signature

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

Input parameters

Name Type Default

graph

ANY

null

config

MAP

null

Output parameters

Name Type

value

LIST<INTEGER>