nevi-me commented on a change in pull request #8739:
URL: https://github.com/apache/arrow/pull/8739#discussion_r531780455
##########
File path: rust/arrow/src/array/equal/structure.rs
##########
@@ -15,13 +15,15 @@
// specific language governing permissions and limitations
// under the License.
-use crate::array::ArrayData;
+use crate::{array::data::count_nulls, array::ArrayData, buffer::Buffer};
use super::equal_range;
fn equal_values(
Review comment:
I've added the details on the same function in
`crate::array::equal::mod`. I've copied the same doc from the function in `mod`
to here, but I think it's redundant as the functions are private, as long as
the `mod` one is sufficiently documented.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]