Type Definition arrow_array::array::UInt16Array
source · pub type UInt16Array = PrimitiveArray<UInt16Type>;
Expand description
Example: Using collect
let arr : UInt16Array = [Some(1), Some(2)].into_iter().collect();
pub type UInt16Array = PrimitiveArray<UInt16Type>;
collect
let arr : UInt16Array = [Some(1), Some(2)].into_iter().collect();