ajs6f commented on a change in pull request #568: Add Aggregate Median to 
SPARQL ARQ syntax
URL: https://github.com/apache/jena/pull/568#discussion_r285133389
 
 

 ##########
 File path: jena-arq/Grammar/sparql_11.jj
 ##########
 @@ -1318,6 +1318,8 @@ Expr Aggregate() : { Aggregator agg = null ; String sep 
= null ;
     { agg = AggregatorFactory.createMax(distinct, expr) ; }
   | t = <AVG> <LPAREN> ( <DISTINCT> { distinct = true ; } )? expr = 
Expression() <RPAREN>
     { agg = AggregatorFactory.createAvg(distinct, expr) ; }
+  | t = <MEDIAN> <LPAREN> ( <DISTINCT> { distinct = true ; } )? expr = 
Expression() <RPAREN>
 
 Review comment:
   Adding a commit to your branch in the repo from which you made the PR (looks 
like your own repo) will add the commit to the PR as well. The PR is 
essentially defined as being between the tips of the two branches between which 
you initiated it, in this case `apache:master` from `neumarcx:master`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to