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

Better handle the concept of null in traversals

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Done
    • 3.4.2
    • 3.5.0
    • process

    Description

      Introduce a Gremlin specific Null object to better allow for conveying the notion of "null" in traversals allowing things like:

      gremlin> g.inject(Null.instance())
      ==> null
      gremlin> g.V(1).property("x", 1).property("y", Null.instance()).property("z", 2))  
      ==> v[1]
      

      See the linked DISCUSS thread for more information.

      Attachments

        Issue Links

          Activity

            People

              spmallette Stephen Mallette
              spmallette Stephen Mallette
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: