vesoft-inc / nebula

A distributed, fast open-source graph database featuring horizontal scalability and high availability
https://nebula-graph.io
Apache License 2.0
10.89k stars 1.21k forks source link

go语句返回值 #5895

Open AntarcticPresident opened 5 months ago

AntarcticPresident commented 5 months ago

go 1 step from "vid" over yield edge as e 这个是返回edge信息。我只想要节点的话,可以这样: go 1 step from "vid" over yield src(edge), dst(edge) 但是这样,返回的是字符串。我希望返回的节点信息不仅是vid,而是包括tag信息也返回回来,该怎么做?

MuYiYong commented 5 months ago

image

AntarcticPresident commented 3 months ago

thank you~