tyrelr commented on pull request #9440: URL: https://github.com/apache/arrow/pull/9440#issuecomment-779588671
@jorgecarleitao, this is a very rough draft of that typed-array trait I was thinking about to provide an alternative to 'macro' based templates of loops over `$left.value(i)`. Exposing the API turned out to be more awkward than I expected, as I think the way I wanted to do it (a single TypedArray trait) requires GAT's to capture a generic lifetime in an associated type? I think I will close this without merging. I figure you may want to take a look at it before then, since the general concept seems to work so someone with more time than me might arrive at something cleaner. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
