pub fn infer_schema( path: &Path, sample_rows: usize, delimiter: u8, encoding: &'static Encoding, ) -> Result<Schema>