tests_fuzz::utils::partition

Function fetch_partitions

Source
pub async fn fetch_partitions(
    db: &MySqlPool,
    table_name: Ident,
) -> Result<Vec<Partition>>
Expand description

Returns all Partition of the specific table