pub fn coerce_float_vector(
    input: &Float32Array,
    float_type: FloatType
) -> Result<Box<dyn Array>, ArrowError>
Expand description

Convert a float32 array to another float array.