apoc.export.parquet.graph

Procedure Apoc Extended

Exports the given graph as a Parquet file.

Signature

apoc.export.parquet.graph(graph :: MAP?, file :: STRING, config = {} :: MAP?) :: (value :: MAP?)

Input parameters

Name Type Default

graph

MAP?

null

file

STRING

null

config

MAP?

{}

Output parameters