sunny209868 commented on issue #4475: Add sql +, -, *, / symbol arith URL: https://github.com/apache/incubator-pinot/pull/4475#issuecomment-516821128 > This PR adds sql +, -, *, / symbol arith based on recent new sql grammar support using calcite. Currently it look only support pql-like ADD, SUB, MULT, DIV function, it would be good to also support common used arith symbol. Does this support addition, subtraction, multiplication and division of aggregate indices? like SUM(a) / SUM((b). @xueyumusic
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
