Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_name
Method · 0.45
from_id
Method · 0.45
ownership_err
Function · 0.45
fold_schema_name
Method · 0.45
allocate_full_name
Method · 0.45
plan_update_privilege
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected