Expand description
Provides functions for converting between Apache Arrow arrays and Rust data types.
Structs§
Traits§
- Into
Arrow - Data that can be converted to an Arrow array.
Functions§
- into_
vec - Tries to convert the given Arrow array into a
Vecof integers or floats.