zoudan opened a new pull request, #2981:
URL: https://github.com/apache/calcite/pull/2981

   Add ARG_MIN, ARG_MAX (aka MIN_BY, MAX_BY) aggregate functions.
   - **ARG_MAX(value, comp)**   Returns *value* for the maximum value of *comp* 
in the group
   - **ARG_MIN(value, comp)**    Returns *value* for the minimum value of 
*comp* in the group
   


-- 
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-unsubscr...@calcite.apache.org

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

Reply via email to