Crate dora_arrow_convert

Crate dora_arrow_convert 

Source
Expand description

Provides functions for converting between Apache Arrow arrays and Rust data types.

Structs§

ArrowData
Wrapper type for an Arrow ArrayRef.

Traits§

IntoArrow
Data that can be converted to an Arrow array.

Functions§

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