Type Definition arrow::array::UInt16Array

source · []
pub type UInt16Array = PrimitiveArray<UInt16Type>;
Expand description

Example: Using collect

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