MCPcopy 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_idMethod · 0.45
ownership_errFunction · 0.45
plan_show_create_clusterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected