Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ relation_desc
Method
relation_desc
src/catalog/src/memory/objects.rs:686–688 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
684
685
impl CatalogCollectionEntry {
686
pub fn relation_desc(&self) -> Option<Cow<'_, RelationDesc>> {
687
self.item().relation_desc(self.version)
688
}
689
}
690
691
impl mz_sql::catalog::CatalogCollectionItem for CatalogCollectionEntry {
Callers
15
purify_create_sink_avro_doc_on_options
Function · 0.45
fold_column_name
Method · 0.45
plan_insert_query
Function · 0.45
plan_copy_item
Function · 0.45
plan_copy_from_rows
Function · 0.45
plan_mutation_query_inner
Function · 0.45
resolve_table_name
Method · 0.45
plan_sink
Function · 0.45
plan_create_index
Function · 0.45
plan_alter_table_add_column
Function · 0.45
describe_subscribe
Function · 0.45
plan_subscribe
Function · 0.45
Calls
3
item
Method · 0.80
desc
Method · 0.45
at_version
Method · 0.45
Tested by
1
test_pg_views_forbidden_types
Function · 0.36