Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ source_desc
Method
source_desc
src/catalog/src/memory/objects.rs:733–735 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
731
}
732
733
fn source_desc(&self) -> Result<Option<&SourceDesc<ReferencedConnection>>, SqlCatalogError> {
734
self.entry.source_desc()
735
}
736
737
fn connection(
738
&self,
Callers
5
purify_alter_source
Function · 0.45
purify_create_table_from_source
Function · 0.45
plan_create_table_from_source
Function · 0.45
monotonic_source
Method · 0.45
pack_item_update
Method · 0.45
Calls
3
to_string
Method · 0.45
name
Method · 0.45
item_type
Method · 0.45
Tested by
no test coverage detected