alamb commented on code in PR #9755: URL: https://github.com/apache/arrow-rs/pull/9755#discussion_r3342594187
########## arrow-select/src/filter.rs: ########## @@ -575,7 +583,7 @@ where /// `Some((null_count, null_buffer))` where `null_count` is the number of nulls /// in the filtered output, and `null_buffer` is the filtered null buffer /// -fn filter_null_mask( +pub(crate) fn filter_null_mask( Review Comment: I was inspired by this to propose consolidating this function entirely to guide people towards FilterPredicate - https://github.com/apache/arrow-rs/pull/10049 -- 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]
