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ยง
- Fixed
Size List Structural Encoder - A structural encoder for complex fixed-size list fields
- Structural
Fixed Size List Decoder - A decoder for complex fixed-size list fields
- Structural
Fixed Size List Scheduler - A scheduler for complex fixed-size list fields