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

Method item

src/catalog/src/memory/objects.rs:2908–2910  ·  view source on GitHub ↗

Returns the `CatalogItem` associated with this catalog entry.

(&self)

Source from the content-addressed store, hash-verified

2906
2907 /// Returns the `CatalogItem` associated with this catalog entry.
2908 pub fn item(&self) -> &CatalogItem {
2909 &self.item
2910 }
2911
2912 /// Returns a mutable reference to the `CatalogItem` associated with this
2913 /// catalog entry.

Callers 15

upgrade_checkFunction · 0.80
try_get_physical_planMethod · 0.80
bootstrapMethod · 0.80
newMethod · 0.80
import_into_dataflowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected