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/06/19 09:00:14 UTC

[GitHub] [arrow-rs] HaoYang670 opened a new issue, #1908: The doc of `FixedSizeListArray::value_length` is incorrect.

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

   **Describe the bug**
   https://github.com/apache/arrow-rs/blob/master/arrow/src/array/array_list.rs#L384-L390
   ```rust
       /// Returns the length for value at index `i`.
       ///
       /// Note this doesn't do any bound checking, for performance reason.
       #[inline]
       pub const fn value_length(&self) -> i32 {
           self.length
       }
   ```
   The doc is incorrect
   
   **Expected behavior**
   Correct the doc.
   
   


-- 
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.apache.org

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


[GitHub] [arrow-rs] HaoYang670 commented on issue #1908: The doc of `FixedSizeListArray::value_length` is incorrect.

Posted by GitBox <gi...@apache.org>.
HaoYang670 commented on issue #1908:
URL: https://github.com/apache/arrow-rs/issues/1908#issuecomment-1159660777

   This could be a good first issue for people who want to learn the data structure of `FixedSizeListArray`


-- 
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] nevi-me closed issue #1908: The doc of `FixedSizeListArray::value_length` is incorrect.

Posted by GitBox <gi...@apache.org>.
nevi-me closed issue #1908: The doc of `FixedSizeListArray::value_length` is incorrect.
URL: https://github.com/apache/arrow-rs/issues/1908


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