siddharthteotia commented on pull request #6820: URL: https://github.com/apache/incubator-pinot/pull/6820#issuecomment-823751831
We basically want to run queries like SELECT COUNT(*) from FOO where timestamp > ago(1h) We can also rewrite this query using now() and then subtracting 1 hour ago in millis from now() but may be we can support it directly through a scalar function See -- 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