stephen mallette created TINKERPOP-2235:
-------------------------------------------

             Summary: Better handle the concept of null in traversals
                 Key: TINKERPOP-2235
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2235
             Project: TinkerPop
          Issue Type: Improvement
          Components: process
    Affects Versions: 3.4.2
            Reporter: stephen mallette


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

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



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

Reply via email to