pitrou commented on a change in pull request #10647:
URL: https://github.com/apache/arrow/pull/10647#discussion_r678351566
##########
File path: cpp/src/arrow/compute/kernels/scalar_temporal.cc
##########
@@ -602,6 +703,13 @@ const FunctionDoc subsecond_doc{
"Returns an error if timestamp has a defined timezone. Null values return
null."),
{"values"}};
+const FunctionDoc strftime_doc{
+ "Convert timestamps to a string representation with an arbitrary format",
+ ("Strftime returns a string representation with an arbitrary format.\n"
+ "The time format string can be set via options."),
+ {"values"},
Review comment:
"timestamps" plural then?
--
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]