qlever
qlever copied to clipboard
Preparations for whereClause
There were still some preparations needed before the whereClause
. I have gathered them here.
Related to solutionModifier
- extract
GroupKey
,LimitOffsetClause
,OrderKey
andSparqlFilter
fromParsedQuery
- create
SolutionModifiers
struct - parse
havingClause
andsolutionModifier
with ANTLR
Others:
- parse
triplesBlock
with ANTLR
TODO:
- [x] parse
filterR
with ANTLR - [ ] Tests for new
SolutionModifier
Visitor functions