You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Nicola Crane (Jira)" <ji...@apache.org> on 2021/10/25 07:40:00 UTC

[jira] [Updated] (ARROW-14457) [R] Support multiplying Arrays by R vectors

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

Nicola Crane updated ARROW-14457:
---------------------------------
    Summary: [R] Support multiplying Arrays by R vectors  (was: [R] Support multiplying Arrays by R vectors or document why can't)

> [R] Support multiplying Arrays by R vectors
> -------------------------------------------
>
>                 Key: ARROW-14457
>                 URL: https://issues.apache.org/jira/browse/ARROW-14457
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Nicola Crane
>            Priority: Major
>
> {code:r}
> > Array$create(c(1, 2)) * 3
> Array
> <double>
> [
>   3,
>   6
> ]
> > Array$create(c(1,2)) * c(3,4)
>  Error: NotImplemented: Function multiply_checked has no kernel matching input types (array[double], scalar[list<item: double>])
> /home/nic2/arrow/cpp/src/arrow/compute/function.cc:215  DispatchBest(&inputs) 
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)