apoc.path.slice
Function
apoc.path.slice(path, [offset], [length]) - creates a sub-path with the given offset and length
Signature
apoc.path.slice(path :: PATH?, offset = 0 :: INTEGER?, length = -1 :: INTEGER?) :: (PATH?)
Function
apoc.path.slice(path, [offset], [length]) - creates a sub-path with the given offset and length
apoc.path.slice(path :: PATH?, offset = 0 :: INTEGER?, length = -1 :: INTEGER?) :: (PATH?)