ianmcook commented on a change in pull request #11257:
URL: https://github.com/apache/arrow/pull/11257#discussion_r720871811
##########
File path: docs/source/cpp/compute.rst
##########
@@ -199,6 +199,8 @@ the input to a single output value.
+--------------------+-------+------------------+------------------------+----------------------------------+-------+
| count | Unary | Any | Scalar Int64 |
:struct:`CountOptions` | \(2) |
+--------------------+-------+------------------+------------------------+----------------------------------+-------+
+| count_distinct | Unary | Any | Scalar Int64 |
:struct:`CountOptions` | \(2) |
Review comment:
Does this currently supported nested types? If not:
```suggestion
| count_distinct | Unary | Unary | Non-nested types | Scalar Int64
| :struct:`CountOptions` | \(2) |
```
--
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]