rok commented on code in PR #14434:
URL: https://github.com/apache/arrow/pull/14434#discussion_r1023885830
##########
cpp/src/arrow/compute/kernels/base_arithmetic_internal.h:
##########
@@ -485,6 +485,22 @@ struct NegateChecked {
}
};
+struct Exp {
+ template <typename T, typename Arg>
Review Comment:
Removed the decimal branch since `exp.Exp()` doesn't exists.
##########
docs/source/cpp/compute.rst:
##########
@@ -450,6 +450,18 @@ Mixed time resolution temporal inputs will be cast to
finest input resolution.
+------------------+--------+------------------+----------------------+-------+
| divide_checked | Binary | Numeric/Temporal | Numeric/Temporal | \(1) |
+------------------+--------+------------------+----------------------+-------+
+| exp | Unary | Numeric | Numeric | |
++------------------+--------+------------------+----------------------+-------+
+| ln | Unary | Numeric | Numeric | |
Review Comment:
Removed.
--
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]