drabastomek commented on code in PR #14434:
URL: https://github.com/apache/arrow/pull/14434#discussion_r999826503
##########
cpp/src/arrow/compute/kernels/scalar_arithmetic.cc:
##########
@@ -1717,6 +1717,12 @@ const FunctionDoc pow_doc{
"wraps around. If either base or exponent is null the result will be
null."),
{"base", "exponent"}};
+const FunctionDoc exp_doc{
+ "Computes Euler's number raised to the specified power, element-wise",
Review Comment:
Corrected the `exp_doc`.
--
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]