check_table_mismatch

Function check_table_mismatch 

Source
fn check_table_mismatch<'a>(
    reader: &'a Catalog,
    session: &SessionImpl,
    db_name: &str,
    schema_path: SchemaPath<'_>,
    table_name: &str,
) -> Result<&'a TableCatalog>