You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/05/14 11:47:16 UTC

[GitHub] [incubator-pinot] sunny209868 commented on issue #3539: PQL Support for generalized expressions in selection and aggregation

sunny209868 commented on issue #3539: PQL Support for generalized expressions in selection and aggregation
URL: https://github.com/apache/incubator-pinot/issues/3539#issuecomment-492204053
 
 
   > Doing expressions on the client side (in the select statement) can be done on the client but it is essentially an involved operation:
   > 
   > Consider a contrived query like this: Select mul(foo, 2), div(foo, bar) from Table where mul(baz, 4) = 10.
   > 
   > If this query is generated in an adhoc manner, the client would have to have support for parsing this query and figuring out that the foo, bar need to multiplied like so and that baz has to be ignored. That's a lot to ask from a client and it is something that would be easier to implement in the database itself.
   > 
   > Can you help me understand how much work would it be to implement such features ? I am happy implementing if they won't require a lot of architectural changes :-)
   
   hello,@agrawaldevesh Superset already supports pinot, but how do I graph it? My time field is in milliseconds
   sqllab
   ![image](https://user-images.githubusercontent.com/20608540/57695367-aa814200-7680-11e9-9048-a7e94da9c5ae.png)
   
   charts 
   The data has been queried, but superset does not display it
   ![image](https://user-images.githubusercontent.com/20608540/57695478-f92edc00-7680-11e9-919d-dd15ec0434d8.png)
   
   

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


With regards,
Apache Git Services

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