async fn object_exists_in( session: &CqlSession, keyspace: &str, name: &str, system_table: &str, name_column: &str, ) -> Result<bool>
Check whether an object with the given name exists in a system_schema table.