tustvold opened a new pull request, #2133:
URL: https://github.com/apache/arrow-rs/pull/2133
# Which issue does this PR close?
Part of #1948
# Rationale for this change
This makes it possible to write code that is generic over more types, which
is particularly useful for #1764 where otherwise `GenericStringArray` and
`GenericBinaryArray` have to be handled separately.
# What changes are included in this PR?
Adds an `ArrayAccessor` trait and uses this to reduce duplication within the
iterators
# Are there any user-facing changes?
No
--
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]