Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_view
Function · 0.45
plan_create_materialized_view
Function · 0.45
get_global_ids
Method · 0.45
bootstrap
Method · 0.45
bootstrap_storage_collections
Method · 0.45
serve
Function · 0.45
new
Method · 0.45
initialize_storage_read_policies
Method · 0.45
update_storage_read_policies
Method · 0.45
update_compute_read_policies
Method · 0.45
insert_item
Method · 0.45
apply_catalog_implications_inner
Method · 0.45
Calls
2
item
Method · 0.80
values
Method · 0.45
Tested by
no test coverage detected