jorgecarleitao commented on issue #563:
URL: https://github.com/apache/arrow-rs/issues/563#issuecomment-886107343


   Not sure this will be performant because each comparison requires a `match` 
followed by two `downcast`s. I.e. this interface would push the downcasting to 
inside the hot loop, while the current interface places these operations 
outside the loop.
   


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