Details
Description
It would be cool if we could do this:
g.V().hasLabel("person"). choose(values("age")). option(is(lt(28)), constant("low")). option(is(between(29,30)), constant("medium")) option(none,constant("high"))
That is, "option tokens" can be traversals and if they are evaluate the traversal as a predicate.
Attachments
Issue Links
- links to