feat(interactive): Support sinking all vertices in a path
Open
stale
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
Currently Interactive compiler generate path expand plans with `path_expand_opt=EndV` only. For the paths obtained from a query, only the last vertex is returned to the client/driver.
We shall return the complete information of a path, all vertices or all vertices and edges.
Contributor guide
Assessment
This issue has not been assessed yet.