You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
szarnyasg
changed the title
Implement operator: SKIP/LIMIT
Implement SortAndTopNode operator for "ORDER BY .. SKIP/LIMIT .." expressions
Mar 7, 2017
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
Implement a
SKIP
...LIMIT
operator, which works on ordered expressions: https://neo4j.com/docs/developer-manual/current/cypher/#_skip_and_limitWe only support
SKIP
andLIMIT
if they are preceded by anORDER BY
expression:https://neo4j.com/docs/developer-manual/3.0/cypher/#query-order
The text was updated successfully, but these errors were encountered: