fetch_partitions_info_schema

Function fetch_partitions_info_schema 

Source
pub async fn fetch_partitions_info_schema(
    db: &MySqlPool,
    _schema_name: Ident,
    table: &Ident,
) -> Result<Vec<PartitionInfo>>
Expand description

Fetches the partitions info from the information_schema.partitions table.