Type Definition arrow_array::array::Int8Array

source ·
pub type Int8Array = PrimitiveArray<Int8Type>;
Expand description

Example: Using collect

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