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

Method global_ids

src/catalog/src/memory/objects.rs:721–723  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

719 }
720
721 fn global_ids(&self) -> Box<dyn Iterator<Item = GlobalId> + '_> {
722 Box::new(self.entry.global_ids())
723 }
724
725 fn oid(&self) -> u32 {
726 self.entry.oid()

Callers 15

plan_create_viewFunction · 0.45
get_global_idsMethod · 0.45
bootstrapMethod · 0.45
serveFunction · 0.45
newMethod · 0.45
insert_itemMethod · 0.45

Calls 2

itemMethod · 0.80
valuesMethod · 0.45

Tested by

no test coverage detected