Expand description
§SuperArray - Holds multiple arrays for chunked data partitioning, streaming + fast memIO
Contains SuperArray, a higher-order container representing a logical column split into multiple immutable FieldArray chunks.
§Overview
- Equivalent to Apache Arrow’s
ChunkedArray. - Stores an ordered list of
FieldArraysegments, each with identical field metadata. - Chunk lengths may vary.
- A solid fit for append-only patterns, partitioned storage, and streaming data ingestion.
Structs§
- Super
Array - SuperArray