Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ get_cluster
Method
get_cluster
src/sql/src/plan/statement.rs:736–738 ·
view source on GitHub ↗
(&self, id: &ClusterId)
Source
from the content-addressed store, hash-verified
734
}
735
736
pub fn get_cluster(&self, id: &ClusterId) -> &dyn CatalogCluster<'_> {
737
self.catalog.get_cluster(*id)
738
}
739
740
pub fn resolve_database(
741
&self,
Callers
8
from_id
Method · 0.45
ownership_err
Function · 0.45
visit_cluster_name_mut
Method · 0.45
plan_show_create_cluster
Function · 0.45
source_sink_cluster_config
Function · 0.45
plan_create_materialized_view
Function · 0.45
plan_alter_item_set_cluster
Function · 0.45
ensure_cluster_is_not_managed
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected