Type Alias polars_arrow::array::UInt32Array
source · pub type UInt32Array = PrimitiveArray<u32>;
Expand description
A type definition PrimitiveArray
for u32
Aliased Type§
struct UInt32Array { /* private fields */ }
pub type UInt32Array = PrimitiveArray<u32>;
A type definition PrimitiveArray
for u32
struct UInt32Array { /* private fields */ }