pub async fn fetch_partitions( db: &MySqlPool, table_name: Ident, ) -> Result<Vec<Partition>>
Returns all Partition of the specific table
table