[][src]Function sorer::schema::infer_schema

pub fn infer_schema<T>(reader: T) -> Vec<DataType> where
    T: BufRead

Infers the schema of the file with the path from options.file. Full information on how schema inference works can be found here