alamb opened a new pull request #335:
URL: https://github.com/apache/arrow-datafusion/pull/335


   This PR is based off of https://github.com/apache/arrow-datafusion/pull/288 
from @msathis 
   
   It is not meant to be merged, but rather demonstrate an alternate method of 
having the `now()` function return the same constant. 
   
   The challenge is that when invoked, we want the `now()` function, however 
many times it is called, to always return the same value. This PR implements 
this logic by using a closure to capture the value for `now()` picked at plan 
time in 
https://github.com/apache/arrow-datafusion/commit/261e76982178dfcc723aa9b2842e7b4d1d4a4b87
   


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


Reply via email to