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

[jira] [Updated] (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 ]

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)