risingwave_frontend::handler::declare_cursor

Function handle_bound_declare_query_cursor

source
pub async fn handle_bound_declare_query_cursor(
    handle_args: HandlerArgs,
    cursor_name: ObjectName,
    plan_fragmenter_result: BatchPlanFragmenterResult,
) -> Result<RwPgResponse, RwError>