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

Method get_item

src/sql/src/plan/statement.rs:794–796  ·  view source on GitHub ↗
(&self, id: &CatalogItemId)

Source from the content-addressed store, hash-verified

792 }
793
794 pub fn get_item(&self, id: &CatalogItemId) -> &dyn CatalogItem {
795 self.catalog.get_item(id)
796 }
797
798 pub fn get_item_by_resolved_name(
799 &self,

Callers 15

purify_create_sinkFunction · 0.45
from_idMethod · 0.45
ownership_errFunction · 0.45
resolve_data_typeMethod · 0.45
fold_column_nameMethod · 0.45
visit_item_name_mutMethod · 0.45
visit_data_type_mutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected