Support interleave
kernel with deep copy buffers for StringViewArray
#7184
Labels
enhancement
Any new improvement worthy of a entry in the changelog
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
arrow-rs/arrow-select/src/interleave.rs
Line 238 in a0c3186
Current implementation of
interleave
kernel onStringViewArray
reuses the existing buffers from source arrays, it's only reconstructingview
s specified by the interleaving operation. It's useful to also supportinterleave
by reconstructing buffers. (For example, if the referenced elements are sparse)Describe the solution you'd like
Provides an additional interface for
StringViewArray
to dointerleave
with deep copy buffers.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: