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

Method connection

src/catalog/src/memory/objects.rs:737–742  ·  view source on GitHub ↗
(
        &self,
    )

Source from the content-addressed store, hash-verified

735 }
736
737 fn connection(
738 &self,
739 ) -> Result<mz_storage_types::connections::Connection<ReferencedConnection>, SqlCatalogError>
740 {
741 mz_sql::catalog::CatalogItem::connection(&self.entry)
742 }
743
744 fn create_sql(&self) -> &str {
745 self.entry.create_sql()

Callers

nothing calls this directly

Calls 4

itemMethod · 0.80
to_connectionMethod · 0.80
nameMethod · 0.45
to_stringMethod · 0.45

Tested by

no test coverage detected