wojustme edited a comment on pull request #2714:
URL: https://github.com/apache/calcite/pull/2714#issuecomment-1035967233


   > 
   
   @NobiGo Thanks for your reply.
   
   Common functions:
   sum(x) => x
   count(x) => 1 or 0
   avg(x) => x
   max(x) => x
   min(x) => x
   sum0(x) => coalesce(x, 0)
   any_value(x) => x
   
   ---
   I will update this pr for these agg-calls, which could be simplified.
   
   
   


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


Reply via email to