Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ active_database
Method
active_database
src/sql/src/plan/statement.rs:712–714 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
710
}
711
712
pub fn active_database(&self) -> Option<&DatabaseId> {
713
self.catalog.active_database()
714
}
715
716
pub fn resolve_optional_schema(
717
&self,
Callers
3
active_database_name
Method · 0.45
show_schemas
Function · 0.45
plan_create_schema
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected