apoc.export.parquet.data

过程 Apoc 扩展

将给定节点和关系导出为 Parquet 文件。

签名

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

输入参数

名称 类型 默认

节点

LIST<NODE>

null

rels

LIST<RELATIONSHIP>

null

file

STRING

null

config

MAP?

{}

输出参数

© . This site is unofficial and not affiliated with Neo4j, Inc.