Jackie-Jiang commented on issue #8085:
URL: https://github.com/apache/pinot/issues/8085#issuecomment-1026109773


   We should replace the scalar function `min` with `least` and `max` with 
`greatest` (in `ArithmeticFunctions.java`). Currently we don't support 
arbitrary number of arguments in scalar function, but we can add different 
versions (e.g. 2 arguments, 3 arguments etc.). If user has more arguments, they 
can use nested `least` and `greatest`.
   We can also add transform function for them, which can take arbitrary number 
of arguments.


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

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



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

Reply via email to