risingwave_frontend::handler::drop_view

Function handle_drop_view

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