Function mz_storage::source::mysql::snapshot::collect_table_statistics

source ยท
async fn collect_table_statistics<Q>(
    conn: &mut Q,
    table: &MySqlTableName,
) -> Result<TableStatistics, Error>
where Q: Queryable,