You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2022/01/18 21:53:00 UTC

[jira] [Assigned] (ARROW-14551) [Ruby] Add ability to pass Arrow::Column to Arrow::Function

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

Kouhei Sutou reassigned ARROW-14551:
------------------------------------

    Assignee: Kouhei Sutou

> [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
>
> 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)