tustvold commented on issue #3999:
URL: https://github.com/apache/arrow-rs/issues/3999#issuecomment-1493426760

   > would be so many impls that the ones I cared about (for adding timestamps) 
would not make it into the actual message
   
   It would appear the cut off is 8, which I don't think we will exceed for any 
type
   
   
https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=dd81152086cab213a8ff1d3286aaa28c
   
   Even then I think this is still better than the current approach of using 
method names to define overloads, at least the compiler tries to help you, 
instead of always forcing you to search the docs for the specific method 
signature you want?
   
   


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