alamb commented on code in PR #1891:
URL: https://github.com/apache/arrow-rs/pull/1891#discussion_r900006406
##########
arrow/src/compute/kernels/temporal.rs:
##########
@@ -211,6 +211,34 @@ where
Ok(b.finish())
}
+/// Extracts the day of week of a given temporal array as an array of integers
Review Comment:
```suggestion
/// Extracts the day of week of a given temporal array as an array of
integers
/// Monday is 0, Tuesday is 1, etc.
```
--
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]