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

Add the ability for property() to take a traversal

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.7.0, 3.6.5
    • None
    • process
    • None

    Description

      As we have allowed property() to take a map (TINKERPOP-2665), it will be also very helpful for property to take in a map produced from the traversal stream. 

      As a quick example:

      g.inject(['name':'Baxter']).as('dog').V('dog-1').property(select('dog'))

      This would be helpful for when we add as properties from dynamically created maps.

      Attachments

        Activity

          People

            Unassigned Unassigned
            xiazcy Yang Xia
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: