apoc.coll.remove
Function
apoc.coll.remove(coll LIST<ANY>, index INTEGER, length INTEGER)
- removes a range of values from the LIST<ANY>
, beginning at position index for the given length of values.
Function
apoc.coll.remove(coll LIST<ANY>, index INTEGER, length INTEGER)
- removes a range of values from the LIST<ANY>
, beginning at position index for the given length of values.