apoc.load.arrow.stream

Procedure

apoc.load.arrow.stream(source LIST<INTEGER>, config MAP<STRING, ANY>) - imports NODE and RELATIONSHIP values from the provided arrow byte array.

Signature

apoc.load.arrow.stream(source :: LIST<INTEGER>, config = {} :: MAP) :: (value :: MAP)

Input parameters

Name Type Default

source

LIST<INTEGER>

null

config

MAP

null

Output parameters

Name Type

value

MAP