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_r293522273
 
 

 ##########
 File path: jena-arq/src/main/java/org/apache/jena/sparql/sse/Tags.java
 ##########
 @@ -228,6 +228,7 @@
     public static final String tagMin             = "min" ;
     public static final String tagMax             = "max" ;
     public static final String tagAvg             = "avg" ;
+    public static final String tagMedian          = "median" ;
 
 Review comment:
   Should mode be added here?

----------------------------------------------------------------
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