Yang Xia created TINKERPOP-3005:
-----------------------------------
Summary: Add the ability for property() to take a traversal
Key: TINKERPOP-3005
URL: https://issues.apache.org/jira/browse/TINKERPOP-3005
Project: TinkerPop
Issue Type: Task
Components: process
Affects Versions: 3.6.5, 3.7.0
Reporter: Yang Xia
As we have allowed property() to take a static map, 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)