Skip to main content

collect_table_statistics

Function collect_table_statistics 

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