tisonkun commented on issue #6357:
URL: https://github.com/apache/arrow-rs/issues/6357#issuecomment-2373289071

   @alamb I use binary to implement num_cmp between int and uint successfully.
   
   But when trying to implement distinct/not_distinct, I notice that `binary` 
hide the processing of nulls but just union nulls in both operands. It is 
possible or is there already a `binary_nullable` which accept an `op: F` where 
`F: F: Fn(Option<A::Native>, Option<B::Native>) -> Option<O::Native>`?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to