You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2018/11/22 00:09:32 UTC

[GitHub] Jackie-Jiang commented on issue #3539: PQL Support for generalized expressions in selection and aggregation

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pinot.apache.org
For additional commands, e-mail: dev-help@pinot.apache.org