jorisvandenbossche commented on a change in pull request #11237:
URL: https://github.com/apache/arrow/pull/11237#discussion_r717403929



##########
File path: docs/source/python/api/compute.rst
##########
@@ -388,18 +467,9 @@ Structural Transforms
 .. autosummary::
    :toctree: ../generated/
 
-   binary_length
-   case_when
-   choose
-   coalesce
-   fill_null
-   if_else
-   is_finite
-   is_inf
-   is_nan
-   is_null
-   is_valid
    list_element
    list_flatten
    list_parent_indices
    list_value_length
+   make_struct
+   replace_with_mask

Review comment:
       (not that important but small note in case you would update this file in 
the future again: I don't think `replace_with_mask` is a "structural 
transform", since it only replaces values inside the array and doesn't change 
the array type or structure in any way)




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