apoc.export.parquet.data

Procedure Apoc Extended

Exports the given nodes and relationships as a Parquet file.

Signature

apoc.export.parquet.data(nodes :: LIST<NODE>, rels :: LIST<RELATIONSHIP>, file :: STRING, config = {} :: MAP?) :: (value :: MAP?)

Input parameters

Name Type Default

nodes

LIST<NODE>

null

rels

LIST<RELATIONSHIP>

null

file

STRING

null

config

MAP?

{}

Output parameters