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

Method full_item_name

src/sql/src/names.rs:507–512  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

505 }
506
507 pub fn full_item_name(&self) -> &FullItemName {
508 match self {
509 ResolvedItemName::Item { full_name, .. } => full_name,
510 _ => panic!("cannot call object_full_name on non-object"),
511 }
512 }
513
514 pub fn item_id(&self) -> &CatalogItemId {
515 match self {

Callers 5

visit_functionMethod · 0.80
plan_scalar_table_funcsFunction · 0.80
plan_rows_fromFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected