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

Method item_id

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

Source from the content-addressed store, hash-verified

512 }
513
514 pub fn item_id(&self) -> &CatalogItemId {
515 match self {
516 ResolvedItemName::Item { id, .. } => id,
517 _ => panic!("cannot call item_id on non-object"),
518 }
519 }
520
521 pub fn version(&self) -> &RelationVersionSelector {
522 match self {

Calls

no outgoing calls

Tested by

no test coverage detected