Function arrow2::io::csv::read::infer

source · []
pub fn infer(bytes: &[u8]) -> DataType
Available on (crate features io_csv_read or io_csv_read_async or io_csv_write) and crate feature io_csv_read only.
Expand description

Infers DataType from bytes

Implementation