risingwave_meta::controller::utils

Function get_referring_objects

source
pub async fn get_referring_objects<C>(
    object_id: ObjectId,
    db: &C,
) -> MetaResult<Vec<PartialObject>>
where C: ConnectionTrait,
Expand description

List all objects that are using the given one.