You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do. arrow-arith supports only powf_scalar function (Float*Array ^ f* (except Float16Array). I think it should also support power functions between integer and float arrays, and also powi_scalar function for exponentiation between integer arrays and u32.
Describe the solution you'd like
New functions in array-arith/arithmetic.rs:
powi (Support: Int*Array ^ UInt32Array and UInt*Array ^ UInt32Array)
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
arrow-arith
supports onlypowf_scalar
function (Float*Array ^ f*
(exceptFloat16Array
). I think it should also support power functions between integer and float arrays, and alsopowi_scalar
function for exponentiation between integer arrays andu32
.Describe the solution you'd like
New functions in
array-arith/arithmetic.rs
:powi
(Support:Int*Array ^ UInt32Array
andUInt*Array ^ UInt32Array
)powf
(Support:Float*Array ^ Float*Array
(except:Float16Array
)powi_scalar
(Support:Int*Array ^ u32
andUInt*Array ^ u32
)Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: