[
https://issues.apache.org/jira/browse/ARROW-12755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17648162#comment-17648162
]
Eduardo Ponce commented on ARROW-12755:
---------------------------------------
Hi, [~jgehrcke]! I will be glad to share with you this PR and what is missing
to get it over the finish line. As I understand this PR is mostly complete, but
it requires to be fully rebased (I did some minor updates a few minutes ago)
and we need to add more unit tests.
> [C++][Compute] Add quotient and modulo kernels
> ----------------------------------------------
>
> Key: ARROW-12755
> URL: https://issues.apache.org/jira/browse/ARROW-12755
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Ian Cook
> Priority: Major
> Labels: beginner, kernel, pull-request-available
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> Add a pair of binary kernels to compute the:
> * quotient (result after division, discarding any fractional part, a.k.a
> integer division)
> * mod or modulo (remainder after division, a.k.a {{%}} / {{%%}} / modulus).
> The returned array should have the same data type as the input arrays or
> promote to an appropriate type to avoid loss of precision if the input types
> differ.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)