You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Dave Bechberger (Jira)" <ji...@apache.org> on 2021/02/04 20:24:00 UTC

[jira] [Resolved] (TINKERPOP-2519) Add ability to order by reverse

     [ https://issues.apache.org/jira/browse/TINKERPOP-2519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Bechberger resolved TINKERPOP-2519.
----------------------------------------
    Resolution: Duplicate

> Add ability to order by reverse
> -------------------------------
>
>                 Key: TINKERPOP-2519
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2519
>             Project: TinkerPop
>          Issue Type: New Feature
>            Reporter: Dave Bechberger
>            Priority: Major
>
> 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)}}}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)