g.V().hasLabel("Entity").as("n").outE().as("r").inV().hasLabel("Entity").as("m").group().by(select("n","m")).by(select("r").by("prop").fold()).unfold().project("from","to","total","edges","number").by(select(keys).select("n")).by(select(keys).select("m")).by(select(values).sum(local)).by(select(values).count(local)).order().by(select("number", decr)).limit(10)
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/8721ece8-da7f-4aa2-b926-92391fbf9c9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
g.V().hasLabel("Entity").as("n").outE().as("r").inV().hasLabel("Entity").as("m").group().by(select("n","m")).by(select("r").by("prop").fold()).unfold().project("from","to","total","edges","number").by(select(keys).select("n")).by(select(keys).select("m")).by(select(values).sum(local)).by(select(values).count(local)).order().by(select("number", decr)).limit(10)
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CABed_4pkK93gsQROLk8QMH0RwTx2%2B_rvKJzmAh9M0X6Q9ffiKw%40mail.gmail.com.
group().by(select("n","m")).by("edges", select("r").fold()).by("number", select("r").count()).by("total", select("r").by("prop").sum())
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CABed_4pkK93gsQROLk8QMH0RwTx2%2B_rvKJzmAh9M0X6Q9ffiKw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/E2978FF7-88C6-4965-B211-DDA53B17621E%40gmail.com.To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.