risingwave_frontend::handler::drop_index

Function handle_drop_index

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