Skip to content

added GroupByAst#447

Merged
MaillPierre merged 4 commits into
feature/corese-nextfrom
feature/331-group-by-parser-ast
May 20, 2026
Merged

added GroupByAst#447
MaillPierre merged 4 commits into
feature/corese-nextfrom
feature/331-group-by-parser-ast

Conversation

@prbblrypier
Copy link
Copy Markdown
Contributor

No description provided.

@prbblrypier prbblrypier self-assigned this May 7, 2026
@prbblrypier prbblrypier added the Refactoring Issue created during the 2025 refactoring effort label May 7, 2026
@prbblrypier prbblrypier linked an issue May 7, 2026 that may be closed by this pull request
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

Overall Project 49.22% -0.03% 🍏
Files changed 60% 🍏

File Coverage
SparqlListener.java 100% 🍏
GroupByAst.java 94.12% -5.88% 🍏
SolutionModifierFeature.java 93.52% 🍏
SparqlAstBuilder.java 82.79% -2.19%
SolutionModifierAst.java 54.76% -19.84%

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

Test Results

  411 files  ±0    411 suites  ±0   20s ⏱️ +2s
2 243 tests +2  2 243 ✅ +2  0 💤 ±0  0 ❌ ±0 
2 257 runs  +2  2 257 ✅ +2  0 💤 ±0  0 ❌ ±0 

Results for commit c66f706. ± Comparison against base commit 50b3c0b.

♻️ This comment has been updated with latest results.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can you add an exemple with several variables ? Such as:

SELECT DISTINCT ?s ?p ?o {
?s ?p ?o
} GROUP BY ?s ?p ?o


…e/331-group-by-parser-ast

# Conflicts:
#	src/main/java/fr/inria/corese/core/next/query/impl/parser/SparqlAstBuilder.java
#	src/main/java/fr/inria/corese/core/next/query/impl/parser/SparqlListener.java
#	src/main/java/fr/inria/corese/core/next/query/impl/sparql/ast/SolutionModifierAst.java
@github-actions
Copy link
Copy Markdown

Overall Project 47.37% -0.03% 🍏
Files changed 54.09%

File Coverage
SparqlListener.java 100% 🍏
GroupByAst.java 94.12% -5.88% 🍏
SolutionModifierFeature.java 93.52% 🍏
SparqlAstBuilder.java 83.16% -2.04%
SolutionModifierAst.java 58.62% -17.93%

@prbblrypier prbblrypier requested a review from MaillPierre May 20, 2026 12:28
@MaillPierre MaillPierre merged commit ca524ed into feature/corese-next May 20, 2026
2 checks passed
@MaillPierre MaillPierre deleted the feature/331-group-by-parser-ast branch May 20, 2026 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Refactoring Issue created during the 2025 refactoring effort

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[SPARQL 1.1] - Parser and AST : GROUP BY

3 participants