read_csv

Function read_csv 

Source
pub fn read_csv<R>(reader: &mut R) -> Result<RecordBatch>
where R: Read + Seek,
Expand description

Read a CSV file into a single RecordBatch.