pitrou commented on code in PR #14434: URL: https://github.com/apache/arrow/pull/14434#discussion_r1025293714
########## 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 | | Review Comment: I'm not asking whether C++ supports it, but whether Arrow wants to support it :-) As a comparison, our logarithm functions only support reals (either floating-point or decimals), not integers. -- 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]
