pub fn parquet_to_arrow_schema_with_options(
fields: &[ParquetType],
options: &Option<SchemaInferenceOptions>,
) -> ArrowSchema
Expand description
Like parquet_to_arrow_schema
but with configurable options which affect the behavior of schema inference