pub async fn fetch_partitions_info_schema( db: &MySqlPool, _schema_name: Ident, table: &Ident, ) -> Result<Vec<PartitionInfo>>
Fetches the partitions info from the information_schema.partitions table.