Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/source/format/CDataInterface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,8 @@ It has the following fields:
The buffer pointers MAY be null only in two situations:

1. for the null bitmap buffer, if :c:member:`ArrowArray.null_count` is 0;
2. for any buffer, if the size in bytes of the corresponding buffer would be 0.
2. for any buffer (including variadic buffers), if the size in bytes of the
corresponding buffer would be 0.

Buffers of children arrays are not included.

Expand Down
Loading