tustvold commented on code in PR #2194: URL: https://github.com/apache/arrow-rs/pull/2194#discussion_r931567377
########## arrow/src/array/data.rs: ########## @@ -37,6 +38,21 @@ use std::sync::Arc; use super::equal::equal; +#[inline] +pub(crate) fn contains_nulls( Review Comment: I could definitely see this being promoted to a method on BitMap, once that supports slicing #1802 -- 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]
