qlever icon indicating copy to clipboard operation
qlever copied to clipboard

Preparations for whereClause

Open Qup42 opened this issue 2 years ago • 0 comments

There were still some preparations needed before the whereClause. I have gathered them here. Related to solutionModifier

  • extract GroupKey, LimitOffsetClause, OrderKey and SparqlFilter from ParsedQuery
  • create SolutionModifiers struct
  • parse havingClause and solutionModifier with ANTLR

Others:

  • parse triplesBlock with ANTLR

TODO:

  • [x] parse filterR with ANTLR
  • [ ] Tests for new SolutionModifier Visitor functions

Qup42 avatar Aug 10 '22 09:08 Qup42