pub fn as_float32_array(
    array: &dyn Array
) -> Result<&Float32Array, DataFusionError>