kou commented on pull request #8457: URL: https://github.com/apache/arrow/pull/8457#issuecomment-709691186
Wow! Great! I want not only argument name but also acceptable argument types to generate methods automatically in Ruby. (It'll be a follow-up task.) For example, if the first argument of function A (`x` of `A(x, y, z)`) accepts a table and a record batch, we can add an A method to table and record batch classes: ```ruby x = table x.A(y, z) x = record_batch x.A(y, z) ``` ---------------------------------------------------------------- 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]
