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


   # Which issue does this PR close?
   
   Closes #251 .
   
    # Rationale for this change
   Adding Postgres compatible NOW, CURRENT_TIMESTAMP, CURRENT_TIME functions
   
   # What changes are included in this PR?
   
   - [ ] Add NOW
   - [ ] Multiple NOW should return same time
   - [ ] `SELECT NOW(), NOW();` should execute and return timestamps. This 
doesnt work because both end up with same column name `now`
   - [ ] Add CURRENT_TIMESTAMP support
   - [ ] Add CURRENT_TIME support
   
   # Are there any user-facing changes?
   
   N/A
   


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