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.