Skip to content

Add support of the SKIP keyword#11

Merged
beinan merged 2 commits into
lance-format:mainfrom
ChunxuTang:skip
Oct 19, 2025
Merged

Add support of the SKIP keyword#11
beinan merged 2 commits into
lance-format:mainfrom
ChunxuTang:skip

Conversation

@ChunxuTang

@ChunxuTang ChunxuTang commented Oct 19, 2025

Copy link
Copy Markdown
Collaborator

This PR

  • adds support for the SKIP keyword of Cypher queries (translating SKIP to SQL OFFSET).
  • aggregates the support of ORDER_BY, SKIP, and LIMIT in the query execution.
  • updates planners accordingly.

Example query:

MATCH (p:Person) RETURN p.name, p.age ORDER BY p.age DESC SKIP 10 LIMIT 5

@beinan beinan left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@beinan beinan merged commit 554a1ed into lance-format:main Oct 19, 2025
9 checks passed
@ChunxuTang ChunxuTang deleted the skip branch November 3, 2025 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants