mihaibudiu commented on code in PR #4681:
URL: https://github.com/apache/calcite/pull/4681#discussion_r2611775031
##########
core/src/main/java/org/apache/calcite/sql/SqlAggFunction.java:
##########
@@ -212,6 +212,22 @@ public boolean allowsNullTreatment() {
return false;
}
+ /** Returns whether this aggregate function skips NULL input values.
Review Comment:
count(*) needs an explanation, since it does not really skip null inputs
according to this definition.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]