[ 
https://issues.apache.org/jira/browse/TINKERPOP-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yang Xia updated TINKERPOP-3005:
--------------------------------
    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:
{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.

  was:
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.


> 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.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)

Reply via email to