risingwave_frontend::handler::close_cursor

Function handle_close_cursor

source
pub async fn handle_close_cursor(
    handle_args: HandlerArgs,
    stmt: CloseCursorStatement,
) -> Result<RwPgResponse, RwError>