Skip to main content

drop_table

Function 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