Function mz_test_util::mz_client::drop_table
source ยท pub async fn drop_table(mz_client: &Client, name: &str) -> Result<()>
Expand description
Delete a table and all dependent views, if the table exists
pub async fn drop_table(mz_client: &Client, name: &str) -> Result<()>
Delete a table and all dependent views, if the table exists