parquet::arrow

Function arrow_to_parquet_schema

Source
pub fn arrow_to_parquet_schema(schema: &Schema) -> Result<SchemaDescriptor>
Expand description

Convert arrow schema to parquet schema

The name of the root schema element defaults to "arrow_schema", this can be overridden with [arrow_to_parquet_schema_with_root]