liyafan82 commented on a change in pull request #2444:
URL: https://github.com/apache/calcite/pull/2444#discussion_r658540659



##########
File path: 
core/src/main/java/org/apache/calcite/sql/fun/SqlStdOperatorTable.java
##########
@@ -2233,6 +2233,33 @@
       .withFunctionType(SqlFunctionCategory.SYSTEM)
       .withGroupOrder(Optionality.OPTIONAL);
 
+  /**
+   * The PERCENTILE_CONT operator. The inverse distribution aggregator 
function.
+   * The argument must be numeric literal in range 0.0 - 1.0.

Review comment:
       inclusive?




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


Reply via email to