You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Apache Arrow JIRA Bot (Jira)" <ji...@apache.org> on 2022/10/17 17:52:00 UTC

[jira] [Assigned] (ARROW-12084) [C++][Compute] Add remainder and quotient compute::Function

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

Apache Arrow JIRA Bot reassigned ARROW-12084:
---------------------------------------------

    Assignee:     (was: Eduardo Ponce)

> [C++][Compute] Add remainder and quotient compute::Function
> -----------------------------------------------------------
>
>                 Key: ARROW-12084
>                 URL: https://issues.apache.org/jira/browse/ARROW-12084
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Ben Kietzman
>            Priority: Major
>              Labels: kernel, pull-request-available
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> In addition to {{divide}} which returns only the quotient, it'd be useful to have a function which returns both quotient and remainder (these are efficient to compute simultaneously), probably as a {{struct<quotient: T, remainder: T>}}. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)