cyb70289 commented on a change in pull request #9841: URL: https://github.com/apache/arrow/pull/9841#discussion_r603750670
########## File path: cpp/src/arrow/compute/api_scalar.h ########## @@ -204,6 +204,20 @@ Result<Datum> Divide(const Datum& left, const Datum& right, ArithmeticOptions options = ArithmeticOptions(), ExecContext* ctx = NULLPTR); +/// \brief Compute the value of base value to the power of the exponent value. Review comment: Also document new functions at https://github.com/apache/arrow/blob/master/docs/source/cpp/compute.rst#arithmetic-functions and https://github.com/apache/arrow/blob/master/docs/source/python/api/compute.rst -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org