streaming_reader_from_file

Function streaming_reader_from_file 

Source
pub fn streaming_reader_from_file<P: AsRef<Path>>(
    path: P,
    config: StreamingCsvConfig,
) -> Result<StreamingCsvReader<BufReader<File>>>
Expand description

Create a streaming CSV reader from a file path