You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/27 13:44:44 UTC

[GitHub] [arrow-rs] jhorstmann commented on issue #1948: Reduce macro usage by abstracting over arrays that have a value or value_unchecked method

jhorstmann commented on issue #1948:
URL: https://github.com/apache/arrow-rs/issues/1948#issuecomment-1167372005

   After reading https://doc.rust-lang.org/reference/items/traits.html#object-safety again this could also work as an associated type on `Array` itself, as long as it is only used by methods that have an explicit `where Self: Sized` bound.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org