drabastomek commented on code in PR #14434: URL: https://github.com/apache/arrow/pull/14434#discussion_r997719032
########## 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", + ("Negative integer power returns an error. However, integer overflow\n" Review Comment: That was a placeholder from power. I updated it. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org