kishoreg opened a new pull request #5406:
URL: https://github.com/apache/incubator-pinot/pull/5406


   `select from T where time < now()`
   
   now() should be evaluated at the time of the query compilation. The logic 
introduced detects any function that has 
   - no arguments
   - all arguments are literals (i.e. no functions, column identifiers)
   
   This PR introduces now() and datetime_format as sample functions. There will 
be another PR that will add support for many other DateTime functions such as 
https://prestodb.io/docs/current/functions/datetime.html
   


----------------------------------------------------------------
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