Function mz_storage::source::postgres::snapshot::collect_table_statistics
source ยท async fn collect_table_statistics(
client: &Client,
strict: bool,
table: &str,
oid: u32,
) -> Result<TableStatistics, Error>