Type Definition arrow::array::UInt32Array[][src]

pub type UInt32Array = PrimitiveArray<UInt32Type>;
Expand description

Example: Using collect

let arr : UInt32Array = [Some(1), Some(2)].into_iter().collect();