[ 
https://issues.apache.org/jira/browse/ARROW-14551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated ARROW-14551:
-----------------------------------
    Labels: pull-request-available  (was: )

> [Ruby] Add ability to pass Arrow::Column to Arrow::Function
> -----------------------------------------------------------
>
>                 Key: ARROW-14551
>                 URL: https://issues.apache.org/jira/browse/ARROW-14551
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Ruby
>            Reporter: Kanstantsin Ilchanka
>            Assignee: Kouhei Sutou
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Instead of 
> {code:java}
> add = Arrow::Function.find('add')
> add.execute([table['age'].data, table['age'].data]).value
> {code}
> we can pass column directly
> {code:java}
> add.execute([table['age'], table['age']]).value
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to