lidavidm commented on code in PR #14106:
URL: https://github.com/apache/arrow/pull/14106#discussion_r976430302
##########
docs/source/cpp/compute.rst:
##########
@@ -1291,6 +1291,8 @@ provided by a concrete function
:func:`~arrow::compute::Cast`.
+-----------------+------------+--------------------+------------------+--------------------------------+-------+
| strptime | Unary | String-like | Timestamp |
:struct:`StrptimeOptions` | |
+-----------------+------------+--------------------+------------------+--------------------------------+-------+
+| extension | Unary | Many | Extension |
:struct:`CastOptions` | \(2) |
Review Comment:
Ah, the 'right' place would be like L1380 below ("Generic conversions"),
adding a row to this table:
```rst
**Generic conversions**
+-----------------------------+------------------------------------+---------+
| Input type | Output type | Notes
|
+=============================+====================================+=========+
| Dictionary | Dictionary value type | \(1)
|
+-----------------------------+------------------------------------+---------+
| Extension | Extension storage type |
|
+-----------------------------+------------------------------------+---------+
| List-like | List-like | \(2)
|
+-----------------------------+------------------------------------+---------+
| Null | Any |
|
+-----------------------------+------------------------------------+---------+
```
--
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]