tustvold commented on code in PR #2365:
URL: https://github.com/apache/arrow-rs/pull/2365#discussion_r940304008


##########
arrow/src/array/array_primitive.rs:
##########
@@ -201,6 +213,45 @@ impl<'a, T: ArrowPrimitiveType> ArrayAccessor for &'a 
PrimitiveArray<T> {
     }
 }
 
+pub(crate) struct NativeArrayView<'a, T> {

Review Comment:
   Can we perhaps find some way to eliminate this part, in a trade-off between 
more unsafe and getting LLVM to do more work, I would always take the latter...



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