Type Definition arrow::array::Float32Array

source · []
pub type Float32Array = PrimitiveArray<Float32Type>;
Expand description

Example: Using collect

let arr : Float32Array = [Some(1.0), Some(2.0)].into_iter().collect();