Stephen Mallette created TINKERPOP-2315:
-------------------------------------------
Summary: Implement some form of clone() or reset() for Traversal
in GLVs
Key: TINKERPOP-2315
URL: https://issues.apache.org/jira/browse/TINKERPOP-2315
Project: TinkerPop
Issue Type: Improvement
Components: dotnet, javascript, python
Affects Versions: 3.3.9
Reporter: Stephen Mallette
There doesn't seem to be a method to do what we do in Java fairly often:
{code}
attached = g.V().hasLabel('OID').out('attached')
assert attached.clone().count().next() == 4
uids = attached.clone().dedup().toList()
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)