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