MazterQyou opened a new pull request, #1836:
URL: https://github.com/apache/arrow-rs/pull/1836
# Which issue does this PR close?
Closes #1835.
# Rationale for this change
Getting date's quarter is widely supported across different RDBMS and is
trivial to implement.
This allows, 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.
# What changes are included in this PR?
This PR adds a `quarter` extractor to `temporal`, and a few related tests.
# Are there any user-facing changes?
--
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]