common_datasource::file_format

Function infer_schemas

source
pub async fn infer_schemas(
    store: &ObjectStore,
    files: &[String],
    file_format: &dyn FileFormat,
) -> Result<Schema>