edponce commented on a change in pull request #11159:
URL: https://github.com/apache/arrow/pull/11159#discussion_r709797941



##########
File path: docs/source/cpp/compute.rst
##########
@@ -1474,13 +1474,15 @@ value, but smaller than nulls.
 Structural transforms
 ~~~~~~~~~~~~~~~~~~~~~
 
-+--------------------------+------------+--------------------+---------------------+---------+
-| Function name            | Arity      | Input types        | Output type     
    | Notes   |
-+==========================+============+====================+=====================+=========+
-| list_flatten             | Unary      | List-like          | List value type 
    | \(1)    |
-+--------------------------+------------+--------------------+---------------------+---------+
-| list_parent_indices      | Unary      | List-like          | Int32 or Int64  
    | \(2)    |
-+--------------------------+------------+--------------------+---------------------+---------+
++--------------------------+------------+--------------------------+---------------------+---------+
+| Function name            | Arity      | Input types              | Output 
type         | Notes   |
++==========================+============+==========================+=====================+=========+
+| list_flatten             | Unary      | List-like                | List 
value type     | \(1)    |
++--------------------------+------------+--------------------------+---------------------+---------+
+| list_parent_indices      | Unary      | List-like                | Int32 or 
Int64      | \(2)    |
++--------------------------+------------+--------------------------+---------------------+---------+
+| list_element             | Binary     | List-like, Int32 or Int64| List 
value type     | \(3)    |

Review comment:
       Also, you need to add the `list_element` kernel to [Python's API 
doc](https://github.com/apache/arrow/blob/master/docs/source/python/api/compute.rst).




-- 
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]


Reply via email to