risingwave_frontend::handler::declare_cursor

Function handle_declare_cursor

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