polars_arrow::array

Type Alias Int32Array

Source
pub type Int32Array = PrimitiveArray<i32>;
Expand description

A type definition PrimitiveArray for i32

Aliased Typeยง

struct Int32Array { /* private fields */ }