Create a grammar rule for a SPARQL aggregate function (e.g. SUM, AVG, MIN, MAX) that takes a single expression with an optional DISTINCT modifier.
The lexer token for the aggregate function keyword.
Create a grammar rule for a SPARQL aggregate function (e.g. SUM, AVG, MIN, MAX) that takes a single expression with an optional DISTINCT modifier.