Skip to main content

Module fixed_size_list

Module fixed_size_list 

Source
Expand description

Encoding support for complex FixedSizeList types (FSL with non-primitive children).

Primitive FSL (e.g., FixedSizeList<Int32>) is handled in the physical encoding layer. This module handles FSL with complex children (Struct, Map, List) which require structural encoding.

Structsยง

FixedSizeListStructuralEncoder
A structural encoder for complex fixed-size list fields
StructuralFixedSizeListDecoder
A decoder for complex fixed-size list fields
StructuralFixedSizeListScheduler
A scheduler for complex fixed-size list fields