codephage2020 commented on code in PR #9347:
URL: https://github.com/apache/arrow-rs/pull/9347#discussion_r2759207575


##########
arrow-ord/src/comparison.rs:
##########
@@ -109,14 +109,95 @@ where
     Ok(BooleanArray::new(values, None))
 }
 
+/// Checks if a [`GenericListViewArray`] contains a value in the 
[`PrimitiveArray`]

Review Comment:
   I agree, this part could perhaps be revised to:
   ```
   /// Checks if each value in the [`PrimitiveArray`] is contained in the 
corresponding [`GenericListViewArray`] element
   ```



-- 
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]

Reply via email to