You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Returns the length for value at index `i`.////// Note this doesn't do any bound checking, for performance reason.#[inline]pubconstfnvalue_length(&self) -> i32{self.length}
The doc is incorrect
Expected behavior
Correct the doc.
The text was updated successfully, but these errors were encountered:
Describe the bug
https://github.com/apache/arrow-rs/blob/master/arrow/src/array/array_list.rs#L384-L390
The doc is incorrect
Expected behavior
Correct the doc.
The text was updated successfully, but these errors were encountered: