dhruv9vats commented on a change in pull request #12162:
URL: https://github.com/apache/arrow/pull/12162#discussion_r796657313
##########
File path: docs/source/cpp/compute.rst
##########
@@ -1639,17 +1639,19 @@ in the respective option classes.
Structural transforms
~~~~~~~~~~~~~~~~~~~~~
-+---------------------+------------+-------------------------------------+------------------+------------------------------+--------+
-| Function name | Arity | Input types |
Output type | Options class | Notes |
-+=====================+============+=====================================+==================+==============================+========+
-| list_element | Binary | List-like (Arg 0), Integral (Arg 1) |
List value type | | \(1) |
-+---------------------+------------+-------------------------------------+------------------+------------------------------+--------+
-| list_flatten | Unary | List-like |
List value type | | \(2) |
-+---------------------+------------+-------------------------------------+------------------+------------------------------+--------+
-| list_parent_indices | Unary | List-like |
Int64 | | \(3) |
-+---------------------+------------+-------------------------------------+------------------+------------------------------+--------+
-| struct_field | Unary | Struct or Union |
Computed | :struct:`StructFieldOptions` | \(4) |
-+---------------------+------------+-------------------------------------+------------------+------------------------------+--------+
++---------------------+------------+-------------------------------------+------------------+---------------------------------+--------+
+| Function name | Arity | Input types |
Output type | Options class | Notes |
++=====================+============+=====================================+==================+=================================+========+
+| list_element | Binary | List-like (Arg 0), Integral (Arg 1) |
List value type | | \(1) |
++---------------------+------------+-------------------------------------+------------------+---------------------------------+--------+
+| list_flatten | Unary | List-like |
List value type | | \(2) |
++---------------------+------------+-------------------------------------+------------------+---------------------------------+--------+
+| list_parent_indices | Unary | List-like |
Int64 | | \(3) |
++---------------------+------------+-------------------------------------+------------------+---------------------------------+--------+
+| map_array_lookup | Unary | Map |
Computed | :struct:`MapArrayLookupOptions` | \(4) |
Review comment:
Not a problem, better to be rigorous here than have an inconsistent
codebase. We just will have to be on the lookout for anything that I've missed
renaming.
--
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]