rok commented on code in PR #14434:
URL: https://github.com/apache/arrow/pull/14434#discussion_r1024421590
##########
docs/source/cpp/compute.rst:
##########
@@ -435,43 +435,45 @@ floating-point arguments will cast all arguments to
floating-point, while mixed
decimal and integer arguments will cast all arguments to decimals.
Mixed time resolution temporal inputs will be cast to finest input resolution.
-+------------------+--------+------------------+----------------------+-------+
-| Function name | Arity | Input types | Output type | Notes |
-+==================+========+==================+======================+=======+
-| abs | Unary | Numeric | Numeric | |
-+------------------+--------+------------------+----------------------+-------+
-| abs_checked | Unary | Numeric | Numeric | |
-+------------------+--------+------------------+----------------------+-------+
-| add | Binary | Numeric/Temporal | Numeric/Temporal | \(1) |
-+------------------+--------+------------------+----------------------+-------+
-| add_checked | Binary | Numeric/Temporal | Numeric/Temporal | \(1) |
-+------------------+--------+------------------+----------------------+-------+
-| divide | Binary | Numeric/Temporal | Numeric/Temporal | \(1) |
-+------------------+--------+------------------+----------------------+-------+
-| divide_checked | Binary | Numeric/Temporal | Numeric/Temporal | \(1) |
-+------------------+--------+------------------+----------------------+-------+
-| multiply | Binary | Numeric/Temporal | Numeric/Temporal | \(1) |
-+------------------+--------+------------------+----------------------+-------+
-| multiply_checked | Binary | Numeric/Temporal | Numeric/Temporal | \(1) |
-+------------------+--------+------------------+----------------------+-------+
-| negate | Unary | Numeric | Numeric | |
-+------------------+--------+------------------+----------------------+-------+
-| negate_checked | Unary | Signed Numeric | Signed Numeric | |
-+------------------+--------+------------------+----------------------+-------+
-| power | Binary | Numeric | Numeric | |
-+------------------+--------+------------------+----------------------+-------+
-| power_checked | Binary | Numeric | Numeric | |
-+------------------+--------+------------------+----------------------+-------+
-| sign | Unary | Numeric | Int8/Float32/Float64 | \(2) |
-+------------------+--------+------------------+----------------------+-------+
-| sqrt | Unary | Numeric | Numeric | |
-+------------------+--------+------------------+----------------------+-------+
-| sqrt_checked | Unary | Numeric | Numeric | |
-+------------------+--------+------------------+----------------------+-------+
-| subtract | Binary | Numeric/Temporal | Numeric/Temporal | \(1) |
-+------------------+--------+------------------+----------------------+-------+
-| subtract_checked | Binary | Numeric/Temporal | Numeric/Temporal | \(1) |
-+------------------+--------+------------------+----------------------+-------+
++------------------+--------+-------------------------+----------------------+-------+
+| Function name | Arity | Input types | Output type |
Notes |
++==================+========+=========================+======================+=======+
+| abs | Unary | Numeric | Numeric |
|
++------------------+--------+-------------------------+----------------------+-------+
+| abs_checked | Unary | Numeric | Numeric |
|
++------------------+--------+-------------------------+----------------------+-------+
+| add | Binary | Numeric/Temporal | Numeric/Temporal |
\(1) |
++------------------+--------+-------------------------+----------------------+-------+
+| add_checked | Binary | Numeric/Temporal | Numeric/Temporal |
\(1) |
++------------------+--------+-------------------------+----------------------+-------+
+| divide | Binary | Numeric/Temporal | Numeric/Temporal |
\(1) |
++------------------+--------+-------------------------+----------------------+-------+
+| divide_checked | Binary | Numeric/Temporal | Numeric/Temporal |
\(1) |
++------------------+--------+-------------------------+----------------------+-------+
+| exp | Unary | Float32/Float64/Decimal | Float32/Float64 |
|
Review Comment:
```suggestion
| exp | Unary | Numeric | Float32/Float64
| |
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]