g.V().hasLabel('顶点名').has('列名','wangsu').out('边').in('边').out('边').out('边')
.group().by('列名').by(count()).unfold().order().by(values,decr).limit(5)
g.V().hasLabel('顶点名').has('列名','wangsu').out('边').in('边').out('边').out('边')
.group().by('列名').by(count()).unfold().order().by(values,decr).limit(5)