comath opened a new issue #1518:
URL: https://github.com/apache/arrow-rs/issues/1518


   **Describe the bug**
   The documentation for `ListBuilder` and `LongListBuilder` isn't exposed.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   Go here: https://docs.rs/arrow/11.0.0/arrow/array/type.ListBuilder.html
   
   **Expected behavior**
   I would see this: 
https://github.com/apache/arrow-rs/blob/master/arrow/src/array/builder.rs#L877-L1004
   
   **Additional context**
   Add any other context about the problem here.
   A search for the generic list builder shows up nothing: 
https://docs.rs/arrow/11.0.0/arrow/array/type.ListBuilder.html?search=GenericListBuilder
   
   I think we just need to add `GenericListBuilder` to this: 
https://github.com/apache/arrow-rs/blob/master/arrow/src/array/mod.rs#L459-L461
   


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