You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by Harsh Thakkar <ha...@apache.org> on 2019/03/01 12:14:02 UTC

Re: [GitHub] [tinkerpop] spmallette opened pull request #1074: TINKERPOP-2171 Allow sparql() to be extended with Gremlin steps.

I vote "+1" for this feature.

On 2019/02/28 14:34:01, spmallette (GitHub) <gi...@apache.org> wrote: 
> https://issues.apache.org/jira/browse/TINKERPOP-2171
> 
> Allows `sparql()` step to be followed by Gremlin steps:
> 
> ```text
> gremlin> g.sparql("SELECT * WHERE { }").out("knows").values("name")
> ==>vadas
> ==>josh
> ```
> 
> 
> [ Full content available at: https://github.com/apache/tinkerpop/pull/1074 ]
> This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org
>