mz_storage::source::postgres::snapshot

Function collect_table_statistics

Source
async fn collect_table_statistics(
    client: &Client,
    strict: bool,
    table: &str,
    oid: u32,
) -> Result<TableStatistics, Error>