arrow icon indicating copy to clipboard operation
arrow copied to clipboard

[C++][Compute] Add modulo compute kernel

Open uchenily opened this issue 6 months ago • 1 comments

Describe the enhancement requested

Currently, Arrow doesn't provide native support for modulo operations (%) on numeric data types. This is a commonly needed mathematical operation for many data processing tasks.

Component(s)

C++

uchenily avatar Jun 25 '25 03:06 uchenily

Related: https://github.com/apache/arrow/issues/28497

pitrou avatar Jun 25 '25 09:06 pitrou