Daniel Kuppitz created TINKERPOP-1628:
-----------------------------------------

             Summary: Implement TraversalSelectStep
                 Key: TINKERPOP-1628
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1628
             Project: TinkerPop
          Issue Type: Improvement
          Components: process
    Affects Versions: 3.3.0
            Reporter: Daniel Kuppitz


It should be possible to have nested {{select()}} or rather to select dynamic 
keys.

{noformat}
gremlin> aliases = ["marko":"okram"]
gremlin> g.withSideEffect("a", aliases).V().hasLabel("person").
           values("name").as("n").
           optional(select("a").select(select("n")))
==>okram
==>vadas
==>josh
==>peter
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to