-1

Which path type allows repeated vertices and edges when traversing data in NebulaGraph?

黄凤仙
  • 107
  • 5

1 Answers1

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