Skip to main content

table_for_json_schema

Function table_for_json_schema 

Source
fn table_for_json_schema(
    tables: &[&'static Table],
    schema: &JsonColumnSchema,
) -> Result<&'static Table, SchemaCatalogError>