Skip to content

Commit

Permalink
Update arrow-array/src/array/list_view_array.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Matthijs Brobbel <m1brobbel@gmail.com>
  • Loading branch information
Kikkon and mbrobbel authored Sep 29, 2024
1 parent 65a646e commit 74f2ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-array/src/array/list_view_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ impl<OffsetSize: OffsetSizeTrait> GenericListViewArray<OffsetSize> {
self.value_sizes[i]
}

/// Returns the offset for value as index `i`.
/// Returns the offset for value at index `i`.
pub fn value_offset(&self, i: usize) -> OffsetSize {
self.value_offsets[i]
}
Expand Down

0 comments on commit 74f2ffc

Please sign in to comment.