We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b4ab1 commit 724eb0cCopy full SHA for 724eb0c
arrow/src/array/array_list.rs
@@ -49,7 +49,10 @@ impl OffsetSizeTrait for i64 {
49
}
50
51
52
-/// Generic struct for a primitive Array
+/// Generic struct for a variable-size list array.
53
+///
54
+/// Columnar format in Apache Arrow:
55
+/// <https://arrow.apache.org/docs/format/Columnar.html#variable-size-list-layout>
56
///
57
/// For non generic lists, you may wish to consider using [`ListArray`] or [`LargeListArray`]`
58
pub struct GenericListArray<OffsetSize> {
0 commit comments