stephen mallette
stephen mallette
https://issues.apache.org/jira/browse/TINKERPOP-2143 The original PR for this is at #1070. The changes were simply brought here for ongoing rebasing until someone picks up the work and completes it. As it stands...
http://tinkerpop.apache.org/docs/3.4.0/reference/#io-step
gross - `(TraversalOptionParent$Pick/none)`
In Gremlin and java T gets statically imported so that you don't have to see it so much. This: ``` java g.addV(T.id, 1) ``` becomes ``` java g.addV(id,1) ``` Perhaps...
The use of `P` in could be better. You get ugly stuff like this right now: ``` clj (q/where :a (P/eq "b")) ``` That's just an example, but it shows...
At this point, we really don't talk about using Blueprints level `Graph` API for doing things. Folks operate at a Gremlin level. There's some references to the `Graph` API in...
Most of the Common Serialization Format section is marked with "To be written" reminders. Decide what the direction is for this section.