Created
August 16, 2014 15:04
-
-
Save okram/f2c83080df5878771653 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gremlin> g.V().has("name","marko").store("x") | |
No signature of method: com.tinkerpop.gremlin.tinkergraph.process.graph.TinkerGraphTraversal.store() is applicable for argument types: (java.lang.String) values: [x] | |
Possible solutions: sort(), sort(java.util.Comparator), sort(groovy.lang.Closure), size(), toSet(), join(java.lang.String) | |
Display stack trace? [yN] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment