apoc.agg.slice
Function
apoc.agg.slice(value, start, length) - returns subset of non-null values, start is 0 based and length can be -1
Signature
apoc.agg.slice(value :: ANY?, from = 0 :: INTEGER?, to = -1 :: INTEGER?) :: (LIST? OF ANY?)
Was this page helpful?