polars_parquet::arrow::read::schema

Function infer_schema_with_options

Source
pub fn infer_schema_with_options(
    file_metadata: &FileMetadata,
    options: &Option<SchemaInferenceOptions>,
) -> PolarsResult<ArrowSchema>
Expand description

Like infer_schema but with configurable options which affects the behavior of inference