risingwave_meta::controller::utils

Function build_relation_group_for_delete

source
pub(crate) fn build_relation_group_for_delete(
    relation_objects: Vec<PartialObject>,
) -> Info
Expand description

Build a relation group for notifying the deletion of the given objects.

Note that only id fields are filled in the relation info, as the arguments are partial objects. As a result, the returned notification info should only be used for deletion.