### API Other ### Description Deterministic: returns the top group of paths for each partition(grouping done by path length; groups ranked in order of increasing path length) ``` MATCH p = ALL SHORTEST(a:Person)-[:X]->+(b:Manager) RETURN p ```
API
Other
Description
Deterministic: returns the top group of paths for each partition(grouping done by path length; groups ranked in order of increasing path length)