Is your feature request related to a problem or challenge?
find_in_set uses PrimitiveArray::<T>::builder to construct its results, which means building the internal null buffer in an iterative fashion (via repeated append_null). It is often faster to construct the null buffer directly via NullBuffer::union() of the input null buffers.
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?
find_in_setusesPrimitiveArray::<T>::builderto construct its results, which means building the internal null buffer in an iterative fashion (via repeatedappend_null). It is often faster to construct the null buffer directly viaNullBuffer::union()of the input null buffers.Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response