apoc.export.parquet.data.stream
Procedure Apoc Extended
Exports the given nodes and relationships as a Parquet byte array.
Signature
apoc.export.parquet.data.stream(nodes :: LIST<NODE>, rels :: LIST<RELATIONSHIP>, config = {} :: MAP?) :: (value :: STRING?)
Input parameters
Name | Type | Default |
---|---|---|
nodes |
LIST<NODE> |
null |
rels |
LIST<RELATIONSHIP> |
null |
config |
MAP? |
{} |