Function mz_interchange::avro::schema::validate_schema_1
source ยท fn validate_schema_1(
schema: SchemaNode<'_>,
) -> Result<Vec<(ColumnName, ColumnType)>>
Expand description
Convert an Avro schema to a series of columns and names, flattening the top-level record, if the top node is indeed a record.