Which path type allows repeated vertices and edges when traversing data in NebulaGraph?
Asked
Active
Viewed 23 times
1 Answers
0
https://docs.nebula-graph.io/3.3.0/1.introduction/2.1.path/#walk
The answer is the walk. A walk is a finite or infinite sequence of edges. Both vertices and edges can be repeatedly visited in graph traversal.

Cooper
- 120
- 9