Skip to content

Commit 724eb0c

Browse files
authored
rewrite doc (#1450)
Signed-off-by: remzi <[email protected]>
1 parent c5b4ab1 commit 724eb0c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

arrow/src/array/array_list.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ impl OffsetSizeTrait for i64 {
4949
}
5050
}
5151

52-
/// Generic struct for a primitive Array
52+
/// 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>
5356
///
5457
/// For non generic lists, you may wish to consider using [`ListArray`] or [`LargeListArray`]`
5558
pub struct GenericListArray<OffsetSize> {

0 commit comments

Comments
 (0)