MazterQyou opened a new issue, #1835:
URL: https://github.com/apache/arrow-rs/issues/1835

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   Getting date's quarter is widely supported across different RDBMS and should 
be trivial to implement.
   This will allow, for instance, [extending apache/arrow-datafusion's 
`date_part` SQL 
builtin](https://github.com/apache/arrow-datafusion/blob/67d91a7f1f26a795966c4cc0b200187778ee840c/datafusion/physical-expr/src/datetime_expressions.rs#L352)
 to support `quarter` field extraction.
   
   **Describe the solution you'd like**
   `temporal::quarter` should return a value in range of 1-4, depending on the 
quarter of the year.
   
   **Describe alternatives you've considered**
   N/A
   
   **Additional context**
   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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to