pub fn infer_schema(file_name: &str) -> Result<Vec<DataType>, Error>
Expand description

Infers the schema of the file with the given file_name. Full information on how schema inference works can be found here