Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LIMIT keyword to STAMQL #25

Closed
proycon opened this issue May 24, 2024 · 0 comments
Closed

Add LIMIT keyword to STAMQL #25

proycon opened this issue May 24, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request ready Implemented, pending release

Comments

@proycon
Copy link
Collaborator

proycon commented May 24, 2024

Add and implement a LIMIT keyword to the query language that allows limiting a result sequence to only n results: LIMIT n, or that allows taking arbitrary ranges LIMIT m,n. Ideally with support for negative numbers, for end-aligned results, e.g. LIMIT -5 gives the last five results whereas LIMIT 5 give the first five.

@proycon proycon self-assigned this May 24, 2024
@proycon proycon added the enhancement New feature or request label May 24, 2024
proycon added a commit to annotation/stam-rust that referenced this issue May 26, 2024
@proycon proycon added the ready Implemented, pending release label May 26, 2024
proycon added a commit that referenced this issue May 26, 2024
@proycon proycon closed this as completed May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ready Implemented, pending release
Projects
None yet
Development

No branches or pull requests

1 participant