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

Feature/count expression #2

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

gabriele-tomassetti
Copy link

Task 3. Implement XQuery 3.1 Count expression

Description:

We have added support for Count clause (task 3), both in parsing and for the handling of intermediate AST.

To implement this clause we added a new ClauseType.COUNT to FLWORClause.

Reference:

CountClause

Type of tests:

We implemented a test to verify that a Count clause is recorded in the AST for an example in the file CountExpressionTest.

adamretter pushed a commit that referenced this pull request Jul 16, 2022
…ion-key#1,#2

Implement the fn:collation-key XQuery function
adamretter pushed a commit that referenced this pull request Aug 3, 2022
…t-with-id#1,-#2

[feature] Implement the fn:element-with-id function
adamretter pushed a commit that referenced this pull request Jan 15, 2023
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.

1 participant