risingwave_frontend::handler::fetch_cursor

Function handle_fetch_cursor

source
pub async fn handle_fetch_cursor(
    handler_args: HandlerArgs,
    stmt: FetchCursorStatement,
    formats: &Vec<Format>,
) -> Result<RwPgResponse, RwError>