Is your feature request related to a problem or challenge?
array_remove does per-row NULL handling; it could compute NULL bitmaps in bulk via bitwise AND instead.
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_removedoes per-row NULL handling; it could compute NULL bitmaps in bulk via bitwise AND instead.Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response