You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/03/22 22:09:28 UTC

[GitHub] [incubator-pinot] siddharthteotia commented on issue #6707: Support EXPR_MIN, EXPR_MAX aggregation functions

siddharthteotia commented on issue #6707:
URL: https://github.com/apache/incubator-pinot/issues/6707#issuecomment-804428351


   Yes, so just like current aggregation functions, it will return one row. If use along with GROUP BY, then there will be as many rows as the number of groups.
   
   The main semantic difference between this and existing aggregation functions is that user may not necessarily want to return the column on which aggregation is computed on. So, that's where this will come handy
   
   I was initially thinking its usage for MIN and MAX only. Generic syntax is good too


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org