jorisvandenbossche commented on a change in pull request #11026:
URL: https://github.com/apache/arrow/pull/11026#discussion_r709286958
##########
File path: cpp/src/arrow/compute/api_scalar.h
##########
@@ -942,6 +959,21 @@ Result<Datum> ISOYear(const Datum& values, ExecContext*
ctx = NULLPTR);
/// \note API not yet finalized
ARROW_EXPORT Result<Datum> ISOWeek(const Datum& values, ExecContext* ctx =
NULLPTR);
+/// \brief Week returns week of year number for each element of `values`.
+/// First ISO week has the majority (4 or more) of its days in January.
+/// Year can have 52 or 53 weeks. Week numbering can start with 0 or 1
+/// depending on DayOfWeekOptions.one_based_numbering.
Review comment:
```suggestion
/// depending on DayOfWeekOptions.count_from_zero.
```
--
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]