apoc.export.parquet.data.stream

过程 Apoc 扩展

将给定节点和关系导出为 Parquet 字节数组。

签名

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

输入参数

名称 类型 默认

节点

LIST<NODE>

null

rels

LIST<RELATIONSHIP>

null

config

MAP?

{}

输出参数

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