Describe the bug
These UDFs do row-at-a-time row conversion, which means incurring a lot of extra overhead. It would be more efficient to convert all of the rows in the batch at once and then index into the converted rows to compute the ANY/ALL comparison for each row.
To Reproduce
No response
Expected behavior
No response
Additional context
No response