Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1330

by()-modulation for where()

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Implemented
    • 3.2.1
    • 3.2.3
    • process
    • None

    Description

      As discussed in https://issues.apache.org/jira/browse/TINKERPOP-1329, it would be nice to have by()-modulators for where(). For example:

      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
      

      Attachments

        Issue Links

          Activity

            People

              okram Marko A. Rodriguez
              dkuppitz Daniel Kuppitz
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: