pitrou commented on a change in pull request #8269:
URL: https://github.com/apache/arrow/pull/8269#discussion_r496673112
##########
File path: docs/source/cpp/compute.rst
##########
@@ -140,8 +140,12 @@ Aggregations
+--------------------------+------------+--------------------+-----------------------+--------------------------------------------+
| mode | Unary | Numeric | Scalar Struct
(2) | |
+--------------------------+------------+--------------------+-----------------------+--------------------------------------------+
+| std | Unary | Numeric | Scalar Float64
| :struct:`VarStdOptions` |
++--------------------------+------------+--------------------+-----------------------+--------------------------------------------+
| sum | Unary | Numeric | Scalar Numeric
(3) | |
+--------------------------+------------+--------------------+-----------------------+--------------------------------------------+
+| var | Unary | Numeric | Scalar Float64
| :struct:`VarStdOptions` |
Review comment:
Would rather "stddev" and "variance" respectively. "std" and "var" can
easily be misunderstood, IMHO.
----------------------------------------------------------------
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]