You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2022/02/11 08:16:04 UTC

[GitHub] [calcite] wojustme edited a comment on pull request #2714: [CALCITE-5000] Expand `AGGREGATE_REDUCE_FUNCTIONS`, when arg of agg-call is in the aggregate's group

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
   avg(x) => x
   max(x) => x
   min(x) => x
   sum0(x) => x
   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: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org