Welcome to my blog. The topics here include: public clouds (AWS, Alibaba Cloud, Azure, Tencent Cloud and Google Cloud), big data, Serverless, DevOps, and IaC. Any question try to contact me: leo@tianzhui.cloud.
-inV(): Edge上in方向那一端的Vertex.
g.V("4").outE().inV().path().toList()
[path[v[4], e[11][4-created->3], v[3]], path[v[4], e[10][4-created->5], v[5]]]
g.V("4").outE().path().toList()
[path[v[4], e[11][4-created->3]], path[v[4], e[10][4-created->5]]]