Function fetch_schema_info

Source
fn fetch_schema_info(
    session: &Arc<SessionImpl>,
    table_name: ObjectName,
) -> Result<(Arc<TableCatalog>, Arc<SourceCatalog>), RwError>