Skip to main content

check_catalog_objects_exist

Function check_catalog_objects_exist 

Source
async fn check_catalog_objects_exist(
    client: &Client,
    objects: &BTreeSet<ObjectId>,
    catalog_table: &str,
) -> Result<BTreeSet<ObjectId>, ConnectionError>
Expand description

Check which objects from the given set exist in a specific catalog table.

Returns a BTreeSet of ObjectIds for objects that already exist.