MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / remove

Method remove

src/expr-test-util/src/lib.rs:760–762  ·  view source on GitHub ↗
(&mut self, name: &str)

Source from the content-addressed store, hash-verified

758 }
759
760 fn remove(&mut self, name: &str) {
761 self.objects.remove(name);
762 }
763
764 fn get(&self, name: &str) -> Option<(Id, ReprRelationType)> {
765 self.objects.get(name).cloned()

Callers 15

fix_typesFunction · 0.45
union_manyMethod · 0.45
unionMethod · 0.45
do_expirationsMethod · 0.45
extract_commonMethod · 0.45
unionMethod · 0.45
jsonb_get_stringMethod · 0.45
canonicalize_predicatesFunction · 0.45
parse_catalog_create_sqlFunction · 0.45
build_letMethod · 0.45
build_unionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected