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.

Signature

apoc.export.arrow.stream.graph(graph :: ANY?, config = {} :: MAP?) :: (value :: BYTEARRAY?)

Input parameters

Name Type Default

graph

ANY?

null

config

MAP?

null

Output parameters

Name Type

value

BYTEARRAY?