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

Kouhei Sutou resolved ARROW-14551.
----------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

Issue resolved by pull request 12184
[https://github.com/apache/arrow/pull/12184]

> [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
>             Fix For: 7.0.0
>
>          Time Spent: 0.5h
>  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