alamb opened a new pull request, #3173: URL: https://github.com/apache/arrow-rs/pull/3173
# Which issue does this PR close? Closes https://github.com/apache/arrow-rs/issues/3172 # Rationale for this change see https://github.com/apache/arrow-rs/issues/3172 (Datafusion code wants to count the number of selected items) # What changes are included in this PR? 1. Add `RowSelection::iter()` 2. Add `Into<Vec<RowSelector>>` (there was only into VecDeque for some reason) 3. Add a Doc example # Are there any user-facing changes? new functions and docs -- 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]
