lgo commented on issue #5904: URL: https://github.com/apache/incubator-pinot/issues/5904#issuecomment-683862057
We'll just need basic arithmetic operations (+ abs) and `SUM` agg. Our aggregation functions may look like either this: ``` SELECT SUM(decimal_col) FROM ... ``` Or some variations (`SUM(ABS(decimal_col))`, with other math ops inside the `SUM` expression) ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org