Skip to main content

Module list

Module list 

Source
Expand description

An experimental structural layout for list-typed columns.

Re-exports§

pub use List as ListLayoutEncoding;

Modules§

writer

Structs§

List
List layout vtable.
ListData
List-layout-specific data.
ListLayoutMetadata

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§

ListLayout
A list layout shredded into elements, offsets, and optional validity children.