Jackie-Jiang commented on issue #3539: PQL Support for generalized expressions in selection and aggregation URL: https://github.com/apache/incubator-pinot/issues/3539#issuecomment-440857967 The first 2 cases are already supported in Pinot. 1. SELECT MAX(MULT(bytesRead, 2)) FROM foo 2. SELECT MAX(DIV(bytesRead, bytesWritten)) FROM foo We have support for function: ADD, SUB, MULT, DIV in aggregation. Currently no support for selection yet (they are not that useful though because you can perform the operation on client side). Feel free to try them out.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
