lgo edited a comment 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))`, or other basic 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

Reply via email to