MCPcopy 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
685impl CatalogCollectionEntry {
686 pub fn relation_desc(&self) -> Option<Cow<'_, RelationDesc>> {
687 self.item().relation_desc(self.version)
688 }
689}
690
691impl mz_sql::catalog::CatalogCollectionItem for CatalogCollectionEntry {

Callers 15

fold_column_nameMethod · 0.45
plan_insert_queryFunction · 0.45
plan_copy_itemFunction · 0.45
plan_copy_from_rowsFunction · 0.45
resolve_table_nameMethod · 0.45
plan_sinkFunction · 0.45
plan_create_indexFunction · 0.45
describe_subscribeFunction · 0.45
plan_subscribeFunction · 0.45

Calls 3

itemMethod · 0.80
descMethod · 0.45
at_versionMethod · 0.45

Tested by 1