Module polars_arrow::buffer
source · Expand description
Contains Buffer
, an immutable container for all Arrow physical types (e.g. i32, f64).
Structs§
Buffer
is a contiguous memory region that can be shared across thread boundaries.- Bytes representation.