pub fn into_vec<T>(data: &ArrowData) -> Result<Vec<T>, Report>where T: Copy + NumCast + 'static,
Tries to convert the given Arrow array into a Vec of integers or floats.
Vec