Description
Just had this crazy idea of from and to modulators for path steps.
g.V(1).as("a"). repeat(both("knows").simplePath().from("a")).emit().out("created").as("p").in("created"). repeat(both("knows").simplePath().from("p")).emit(hasId(6)).out("created").as("b"). path().from("a").to("p").as("pathFromMarkoToProject"). path().from("p").to("b").as("pathFromProjectToPeter"). match( __.as("pathFromMarkoToProject").count(local).is(lte(3)), __.as("pathFromProjectToPeter").count(local).is(lte(3)) ).select("p", "pathFromMarkoToProject", "pathFromProjectToPeter")
Attachments
Issue Links
- is depended upon by
-
TINKERPOP-1656 Write-time compilation of mutation steps
- Closed
- links to