Type Definition arrow::array::Int64Array

source · []
pub type Int64Array = PrimitiveArray<Int64Type>;
Expand description

Example: Using collect

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