Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
In addition to the current options we should add the ability to reverse the order of items using something like a keyword of Order.reverse. This would return the reverse order of traversals flowing in. This could be used to perform tasks such as reversing the order of a path:
{{g.V().out().path().order(local).by(Order.reverse)}}
Attachments
Issue Links
- Blocked
-
TINKERPOP-2520 Add the ability to reverse the stream or a collection
- Open