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

Method get_database

src/sql/src/plan/statement.rs:748–750  ·  view source on GitHub ↗
(&self, id: &DatabaseId)

Source from the content-addressed store, hash-verified

746 }
747
748 pub fn get_database(&self, id: &DatabaseId) -> &dyn CatalogDatabase {
749 self.catalog.get_database(id)
750 }
751
752 pub fn resolve_schema_in_database(
753 &self,

Callers 6

active_database_nameMethod · 0.45
from_idMethod · 0.45
ownership_errFunction · 0.45
fold_schema_nameMethod · 0.45
allocate_full_nameMethod · 0.45
plan_update_privilegeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected