Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
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.
Attachments
Issue Links
- is a child of
-
ARROW-12748 [C++] Arithmetic kernels for numeric arrays
- Open
- is duplicated by
-
ARROW-13416 [C++] Implement mod compute function
- Closed
- is related to
-
ARROW-12084 [C++][Compute] Add remainder and quotient compute::Function
- Open
- links to