Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Add the sign function to the compute kernels.
sign(X) =
- 1 if X > 0
- 0 if X = 0
- -1 if X < 0
Attachments
Issue Links
- incorporates
-
ARROW-13937 [C++][Compute] Add explicit output values to sign function and fix unary type checks
-
- Resolved
-
- is a child of
-
ARROW-12748 [C++] Arithmetic kernels for numeric arrays
-
- Open
-
- is depended upon by
-
ARROW-13094 [R] Bindings for sign()
-
- Closed
-
- links to