Type Definition arrow::array::Int8Array[][src]

pub type Int8Array = PrimitiveArray<Int8Type>;
Expand description

Example: Using collect

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