g.V().hasLabel('顶点名').has('列名','wangsu').out('边').in('边').out('边').out('边')
.group().by('列名').by(count()).unfold().order().by(values,decr).limit(5)
hugegraph 分组排序(gremlin)
最新推荐文章于 2024-05-14 10:38:45 发布
g.V().hasLabel('顶点名').has('列名','wangsu').out('边').in('边').out('边').out('边')
.group().by('列名').by(count()).unfold().order().by(values,decr).limit(5)