Is your feature request related to a problem or challenge?
array_slice does a per-row NULL check (in four different arrays); it would be faster to take the union of the four input NULL buffers via NullBuffer::union.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem or challenge?
array_slicedoes a per-row NULL check (in four different arrays); it would be faster to take the union of the four input NULL buffers viaNullBuffer::union.Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response