Use ArrayAccessor
and FromIterator
in Cast Kernels
#2137
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.
The cast kernels are currently implemented using macros, and special cased for the various types of array. It would be less code, and easier to maintain if these instead used generics
Describe the solution you'd like
Rework the kernel to instead use a combination of
FromIterator
andArrayAccessor
instead of macrosDescribe alternatives you've considered
We could not do this
Additional context
#2135
The text was updated successfully, but these errors were encountered: