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 <[email protected]>
  • Loading branch information
Kikkon and mbrobbel committed Sep 29, 2024
1 parent 9992371 commit adb2b67
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 @@ -33,7 +33,7 @@ pub type ListViewArray = GenericListViewArray<i32>;

/// A [`GenericListViewArray`] of variable size lists, storing offsets as `i64`.
///
// See [`LargeListViewBuilder`](crate::builder::LargeListViewBuilder) for how to construct a [`LargeListViewArray`]
/// See [`LargeListViewBuilder`](crate::builder::LargeListViewBuilder) for how to construct a [`LargeListViewArray`]
pub type LargeListViewArray = GenericListViewArray<i64>;

///
Expand Down

0 comments on commit adb2b67

Please sign in to comment.