risingwave_frontend::handler::declare_cursor

Function handle_declare_subscription_cursor

source
async fn handle_declare_subscription_cursor(
    handle_args: HandlerArgs,
    sub_name: ObjectName,
    cursor_name: ObjectName,
    rw_timestamp: Since,
) -> Result<RwPgResponse, RwError>