You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2016/09/14 21:41:20 UTC

[jira] [Assigned] (TINKERPOP-1330) by()-modulation for where()

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

Marko A. Rodriguez reassigned TINKERPOP-1330:
---------------------------------------------

    Assignee: Marko A. Rodriguez

> by()-modulation for where()
> ---------------------------
>
>                 Key: TINKERPOP-1330
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1330
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.2.1
>            Reporter: Daniel Kuppitz
>            Assignee: Marko A. Rodriguez
>
> As discussed in https://issues.apache.org/jira/browse/TINKERPOP-1329, it would be nice to have {{by()}}-modulators for {{where()}}. For example:
> {code}
> g.V().as("a").out().where(gt("a")).by("age") // both a and current ages are selected
> g.V().as("a").out().as("b").where("b",gt("a")).by("age") // both a and b ages are selected
> g.V().as("a").out().as("b").where("b",gt("a")).by("age").by("weight") // where b.age > a.weight
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)