jorgecarleitao opened a new pull request #9378: URL: https://github.com/apache/arrow/pull/9378
This is a small refactor that exposes the functions used to convert dates and times into `NaiveDate`, `NaiveTime` and `NaiveDateTime`. They are currently hidden beind the `PrimitiveArray<ArrowTemporalType>::value_as_time`, which makes them difficult to use when the transformation is to be applied in SIMD, or when we want to reproduce the operation for a single scalar value (not in an arrow array). ---------------------------------------------------------------- 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: [email protected]
