[
https://issues.apache.org/jira/browse/TINKERPOP-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephen Mallette updated TINKERPOP-3005:
----------------------------------------
Issue Type: Improvement (was: Task)
> 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: Improvement
> Components: process
> Affects Versions: 3.7.0, 3.6.5
> Reporter: Yang Xia
> Priority: Major
>
> 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:
> {code:java}
> g.inject(['name':'Baxter']).as('dog').V('dog-1').property(select('dog')){code}
> 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)