rok commented on a change in pull request #10176:
URL: https://github.com/apache/arrow/pull/10176#discussion_r645453453
##########
File path: docs/source/cpp/compute.rst
##########
@@ -637,6 +637,55 @@ String extraction
e.g. 'letter' and 'digit' for the regular expression
``(?P<letter>[ab])(?P<digit>\\d)``.
+Temporal component extraction
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+These functions extract datetime components (year, month, day, etc) from
timestamp type.
+Note: timezone information is currently ignored if present.
Review comment:
Updated.
--
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]