sir-sa commented on issue #1522:
URL: https://github.com/apache/age/issues/1522#issuecomment-2033535189
--Cypher query: Retriev all AccessPoint vertices ordered by id, utilizing
BTREE index on vertex id-----
SELECT * FROM cypher(
'test-graph', $$
MATCH (ap:AccessPoint)
WITH ap
ORDER BY id(ap)
RETURN ap
$$
) as (value agtype);
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]