incubator-hugegraph icon indicating copy to clipboard operation
incubator-hugegraph copied to clipboard

怎么访问边和顶点的属性?

Open SkrDrag opened this issue 9 months ago • 5 comments

Feature Description (功能描述)

通过Iterator<Edge> edges = edgesOfVertex(source, dir,label, degree);得到边迭代器后,怎么访问每一条边和顶点的属性值,是字符类型吗

SkrDrag avatar May 17 '24 06:05 SkrDrag