tadeja commented on PR #48914:
URL: https://github.com/apache/arrow/pull/48914#issuecomment-5527225422
@fangchenli Could you also add the four new functions to the Python API
autosummary to document the automatically exposed `pyarrow.compute` wrappers?
```diff
diff --git a/docs/source/python/api/compute.rst
b/docs/source/python/api/compute.rst
--- a/docs/source/python/api/compute.rst
+++ b/docs/source/python/api/compute.rst
@@ -96,12 +96,16 @@ throws an ``ArrowInvalid`` exception when overflow is
detected.
exp
expm1
hypot
+ modulo
+ modulo_checked
multiply
multiply_checked
negate
negate_checked
power
power_checked
+ remainder
+ remainder_checked
sign
sqrt
sqrt_checked
```
--
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]