tustvold opened a new issue, #2135:
URL: https://github.com/apache/arrow-rs/issues/2135

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   Currently the comparison kernels make extensive use of macros, with #2133 it 
is possible to rework these to instead make use of the `ArrayAccessor` trait. 
This should reduce code duplication and make the code easier to read and 
maintain.
   
   **Describe the solution you'd like**
   
   Rework the comparison kernels to use ArrayAccessor instead of 
`PrimitiveArray`, `GenericStringArray`, etc...
   
   **Describe alternatives you've considered**
   
   We could not do this
   
   **Additional context**
   
   


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