Skip to main content

collect_json_schemas

Function collect_json_schemas 

Source
fn collect_json_schemas(
    tables: &[&'static Table],
    schemas: impl IntoIterator<Item = &'static JsonColumnSchema>,
) -> Result<FastMap<(McpTableId, &'static str), Value>, SchemaCatalogError>