alamb commented on code in PR #6317:
URL: https://github.com/apache/arrow-rs/pull/6317#discussion_r1734542813
##########
arrow-select/src/filter.rs:
##########
@@ -153,7 +153,10 @@ pub fn prep_null_mask_filter(filter: &BooleanArray) ->
BooleanArray {
BooleanArray::new(mask, None)
}
-/// Filters an [Array], returning elements matching the filter (i.e. where the
values are true).
+/// Returns a filtered `values` [Array] where the corresponding elements of
+/// `predicate` are `true`.
+///
+/// See also [`FilterBuilder`] for more control over the filtering process.
Review Comment:
this link is important I think
--
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]