risingwave_frontend::handler::drop_schema

Function handle_drop_schema

source
pub async fn handle_drop_schema(
    handler_args: HandlerArgs,
    schema_name: ObjectName,
    if_exist: bool,
    mode: Option<DropMode>,
) -> Result<RwPgResponse, RwError>