Dave Bechberger created TINKERPOP-2519:
------------------------------------------

             Summary: 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


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)

Reply via email to