alamb edited a comment on issue #1128: URL: https://github.com/apache/arrow-rs/issues/1128#issuecomment-1004033560
> Would it work for the kernels to take impl AsRef<dyn Array> or similar. I tried doing that in -- I got stuck in lifetimes with `as_primive_array` -- will get a cutdown example > I think implementing Array for ArrayRef as proposed will otherwise result in two virtual dispatches instead of just one? Yes, I think that is exactly what happens in https://github.com/apache/arrow-rs/pull/1129 -- 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]
