polars_arrow::array

Type Alias UInt32Array

Source
pub type UInt32Array = PrimitiveArray<u32>;
Expand description

A type definition PrimitiveArray for u32

Aliased Typeยง

struct UInt32Array { /* private fields */ }