Skip to content

Commit

Permalink
fixup! Format: Introduce the ListView layout to the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrv committed Sep 28, 2023
1 parent 1976673 commit 3fb1d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/format/Columnar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ reference the child array.
Rather then inferring list lengths from the offsets, the sizes buffer
stores the length of each list in the array. This in turn allows offsets to be
out of order. Elements of the child array do not have to be stored in the
same order they logically appear in the the list elements of the parent array.
same order they logically appear in the list elements of the parent array.

When a value is null, the corresponding offset and size can have arbitrary
values. When size is 0, the corresponding offset can have an arbitrary value.
Expand Down

0 comments on commit 3fb1d4e

Please sign in to comment.