Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Implement ORDER BY operator #3

Closed
szarnyasg opened this issue Oct 19, 2016 · 1 comment
Closed

Implement ORDER BY operator #3

szarnyasg opened this issue Oct 19, 2016 · 1 comment
Assignees

Comments

@szarnyasg
Copy link
Member

ORDER BY

A sub-clause following RETURN or WITH, specifying that the output should be sorted in particular way.

https://neo4j.com/docs/developer-manual/current/cypher/#query-order

The user of the library should specify a list of variable-direction pairs (e.g. person-ASC, city-DESC) for the ordering.

@szarnyasg
Copy link
Member Author

@szarnyasg szarnyasg assigned szarnyasg and unassigned wafle Dec 3, 2016
@szarnyasg szarnyasg changed the title Implement ORDER operator Implement ORDER BY operator Dec 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants