Function mz_interchange::json::build_row_schema_field_type

source ยท
fn build_row_schema_field_type(
    type_namer: &mut Namer,
    custom_names: &BTreeMap<GlobalId, String>,
    typ: &ColumnType,
    item_id: Option<GlobalId>,
    options: &SchemaOptions,
) -> Value