You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/04 09:31:42 UTC

[GitHub] [arrow-datafusion] returnString commented on issue #251: Implement Postgres compatible `now()` function

returnString commented on issue #251:
URL: https://github.com/apache/arrow-datafusion/issues/251#issuecomment-831808148


   One interesting point - calling `now` multiple times in a single query should return the same timestamp (the txn start time, as noted in the Postgres docs) so I think we'll need some extra per-query state to store that, and then have this function grab the time from there.


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