You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/11 01:14:17 UTC

[GitHub] [arrow-rs] HaoYang670 opened a new issue #1424: Confusing doc of `GenericListArray`

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


   **Describe the bug**
   https://github.com/apache/arrow-rs/blob/master/arrow/src/array/array_list.rs#L52
   ```rust
   /// Generic struct for a primitive Array
   ///
   /// For non generic lists, you may wish to consider using [`ListArray`] or [`LargeListArray`]`
   pub struct GenericListArray<OffsetSize> {
   ```
   
   The doc of `GenericListArray` says it is the struct for a primitive array, which makes me a little confused. 
   It is the generic type for `Variable-size List Array`, isn't it?
   
   https://arrow.apache.org/docs/format/Columnar.html#variable-size-list-layout


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] alamb closed issue #1424: The doc of `GenericListArray` is confusing

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1424:
URL: https://github.com/apache/arrow-rs/issues/1424


   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] alamb closed issue #1424: The doc of `GenericListArray` is confusing

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1424:
URL: https://github.com/apache/arrow-rs/issues/1424


   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org