Use ArrayAccessor
in Comparison Kernels
#2135
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
help wanted
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
The text was updated successfully, but these errors were encountered: