Marko A. Rodriguez created TINKERPOP-1571:
---------------------------------------------
Summary: Be able to drop side-effects, paths, and entries with
drop().
Key: TINKERPOP-1571
URL: https://issues.apache.org/jira/browse/TINKERPOP-1571
Project: TinkerPop
Issue Type: Improvement
Components: process
Affects Versions: 3.2.3
Reporter: Marko A. Rodriguez
It would be nice to be able to do the following:
{code}
g.V().out().aggregate('x').in().where(without('x')).barrier().drop('x')...
{code}
{code}
g.V().as('a').out().as('b').....drop('b')...
{code}
{code}
g.V().project('a','b','c').by(..).by(..).by(..).order().by('c').drop('c')...
{code}
The first two allow the user to hardcode optimizations, but the latter, is more
of a data formatting usage. Thoughts?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)