Build a PipelineStage for the evaluation of a GROUP BY clause
Input PipelineStage
GROUP BY clause
A PipelineStage which evaluate a GROUP BY clause
Build a PipelineStage for the evaluation of a HAVING clause
Input PipelineStage
HAVING clause
A PipelineStage which evaluate a HAVING clause
Build a PipelineStage for the evaluation of SPARQL aggregations
Input PipelineStage
Parsed SPARQL query (logical execution plan)
A PipelineStage which evaluate SPARQL aggregations
Generated using TypeDoc
An AggregateStageBuilder handles the evaluation of Aggregations operations, GROUP BY and HAVING clauses in SPARQL queries.
https://www.w3.org/TR/sparql11-query/#aggregates
Thomas Minier