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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to