Expand description
An experimental structural layout for list-typed columns.
Re-exports§
pub use List as ListLayoutEncoding;
Modules§
Structs§
- List
- List layout vtable.
- List
Data - List-layout-specific data.
- List
Layout Metadata
Constants§
- ELEMENTS_
CHILD_ INDEX - Child index of the elements layout.
- NUM_
CHILDREN_ NON_ NULLABLE - Number of children for a non-nullable list.
- OFFSETS_
CHILD_ INDEX - Child index of the offsets layout.
- VALIDITY_
CHILD_ INDEX - Child index of the optional validity layout.
Type Aliases§
- List
Layout - A list layout shredded into elements, offsets, and optional validity children.