Type Definition arrow_array::array::Int16Array

source ·
pub type Int16Array = PrimitiveArray<Int16Type>;
Expand description

Example: Using collect

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