You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Daniel Kuppitz (JIRA)" <ji...@apache.org> on 2019/06/10 15:14:01 UTC

[jira] [Assigned] (TINKERPOP-1084) Branch option tokens should be allowed to be traversals.

     [ https://issues.apache.org/jira/browse/TINKERPOP-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kuppitz reassigned TINKERPOP-1084:
-----------------------------------------

    Assignee: Daniel Kuppitz

> Branch option tokens should be allowed to be traversals.
> --------------------------------------------------------
>
>                 Key: TINKERPOP-1084
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1084
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.1.0-incubating
>            Reporter: Marko A. Rodriguez
>            Assignee: Daniel Kuppitz
>            Priority: Major
>
> It would be cool if we could do this:
> {code}
> g.V().hasLabel("person").
>   choose(values("age")).
>     option(is(lt(28)), constant("low")).
>     option(is(between(29,30)), constant("medium"))
>     option(none,constant("high"))
> {code}
> That is, "option tokens" can be traversals and if they are evaluate the traversal as a predicate.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)