into_vec

Function into_vec 

Source
pub fn into_vec<T>(data: &ArrowData) -> Result<Vec<T>, Report>
where T: Copy + NumCast + 'static,
Expand description

Tries to convert the given Arrow array into a Vec of integers or floats.