jorisvandenbossche commented on a change in pull request #10544:
URL: https://github.com/apache/arrow/pull/10544#discussion_r656142729
##########
File path: docs/source/cpp/compute.rst
##########
@@ -266,10 +266,20 @@ an ``Invalid`` :class:`Status` when overflow is detected.
+--------------------------+------------+--------------------+---------------------+
| abs_checked | Unary | Numeric | Numeric
|
+--------------------------+------------+--------------------+---------------------+
+| acos | Unary | Numeric | Numeric
|
++--------------------------+------------+--------------------+---------------------+
| add | Binary | Numeric | Numeric (1)
|
+--------------------------+------------+--------------------+---------------------+
| add_checked | Binary | Numeric | Numeric (1)
|
+--------------------------+------------+--------------------+---------------------+
+| asin | Unary | Numeric | Numeric
|
Review comment:
I would put then in a separate table with the trigonometric kernels
grouped (IMO that will be easier to keep somewhat the overview on this page)
--
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:
[email protected]