polars_io::catalog::unity::schema

Function table_info_to_schemas

Source
pub fn table_info_to_schemas(
    table_info: &TableInfo,
) -> PolarsResult<(Option<SchemaRef>, Option<SchemaRef>)>
Available on crate feature catalog only.
Expand description

Returns (schema, hive_schema)