pub fn to_flat_sst_arrow_schema(
    metadata: &RegionMetadata,
    options: &FlatSchemaOptions,
) -> SchemaRefExpand description
Gets the arrow schema to store in parquet.
The schema is:
primary key columns, field columns, time index, __prmary_key, __sequence, __op_typeยงPanics
Panics if the metadata is invalid.