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

Better handle the concept of null in traversals

VotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment