risingwave_frontend::handler::drop_table

Function handle_drop_table

source
pub async fn handle_drop_table(
    handler_args: HandlerArgs,
    table_name: ObjectName,
    if_exists: bool,
    cascade: bool,
) -> Result<RwPgResponse, RwError>