polars_arrow::array

Type Alias Int32Vec

Source
pub type Int32Vec = MutablePrimitiveArray<i32>;
Expand description

A type definition MutablePrimitiveArray for i32

Aliased Typeยง

struct Int32Vec { /* private fields */ }