Type Definition arrow_array::array::UInt32Array

source ·
pub type UInt32Array = PrimitiveArray<UInt32Type>;
Expand description

Example: Using collect

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