Module super_array

Module super_array 

Source
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 FieldArray segments, each with identical field metadata.
  • Chunk lengths may vary.
  • A solid fit for append-only patterns, partitioned storage, and streaming data ingestion.

Structs§

SuperArray
SuperArray