You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/10/16 02:24:51 UTC

[GitHub] [arrow] kou commented on pull request #8457: ARROW-9164: [C++] Add embedded documentation to compute functions

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:
users@infra.apache.org