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. The easiest way to think about Buffer<T> is being equivalent to an immutable Vec<T>, with the following differences: