Jefffrey commented on code in PR #9347:
URL: https://github.com/apache/arrow-rs/pull/9347#discussion_r2761846834
##########
arrow-ord/src/comparison.rs:
##########
@@ -109,14 +109,96 @@ where
Ok(BooleanArray::new(values, None))
}
+/// Checks if each value in the [`PrimitiveArray`] is contained in the
corresponding [`GenericListViewArray`] element
+pub fn in_list_view<T, OffsetSize>(
Review Comment:
That would be a reasonable approach; I don't have any strong feelings on it
(whether keep it as is or try improve it) other than not following in its
footsteps 👍
--
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]