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

Implement SortAndTopNode operator for "ORDER BY ... SKIP/LIMIT ..." expressions #56

Closed
szarnyasg opened this issue Dec 31, 2016 · 2 comments
Assignees
Milestone

Comments

@szarnyasg
Copy link
Member

szarnyasg commented Dec 31, 2016

Implement a SKIP...LIMIT operator, which works on ordered expressions: https://neo4j.com/docs/developer-manual/current/cypher/#_skip_and_limit

We only support SKIP and LIMIT if they are preceded by an ORDER BY expression:
https://neo4j.com/docs/developer-manual/3.0/cypher/#query-order

A sub-clause following RETURN or WITH, specifying that the output should be sorted in particular way.
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

Issue #46 fixed, so we should be able to test the operator from integration tests.

@szarnyasg szarnyasg assigned szarnyasg and unassigned wafle Feb 26, 2017
@szarnyasg szarnyasg added this to the CIKM milestone Mar 2, 2017
@szarnyasg szarnyasg changed the title Implement operator: SKIP/LIMIT Implement SortAndTopNode operator for "ORDER BY .. SKIP/LIMIT .." expressions Mar 7, 2017
@szarnyasg szarnyasg changed the title Implement SortAndTopNode operator for "ORDER BY .. SKIP/LIMIT .." expressions Implement SortAndTopNode operator for "ORDER BY ... SKIP/LIMIT ..." expressions Mar 7, 2017
@wafle
Copy link
Contributor

wafle commented Mar 21, 2017

Resolved via f378c9f.

@wafle wafle closed this as completed Mar 21, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants