Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.6.7
-
None
-
None
Description
gremlin> g.V().out().groupCount().by('lang') ==>[java:4] gremlin> g.V().out().groupCount().by('lang').by('age') ==>[32:1,27:1] gremlin> g.V().out().groupCount().by('age') ==>[32:1,27:1] gremlin> g.V().out().groupCount().by('lang').by('age').by('lang') ==>[java:4]
This might be an issue for other steps beyond groupCount().