pacak commented on PR #12477:
URL: https://github.com/apache/datafusion/pull/12477#issuecomment-2380308494

   > The change impact was verified manually using cargo rustc -p 
datafusion-functions-nested   -- --emit asm -C opt-level=2 and comparing the 
generated for
   
   FWIW with `cargo-show-asm` you could type something like this
   
   
   ```
   cargo asm -p datafusion-functions-nested ArrayDistance::invoke
   cargo asm -p datafusion-functions-nested make_scalar_function
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to