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

Class Object

src/sql/src/plan/with_options.rs:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111#[derive(Copy, Clone, Debug)]
112pub struct Object(CatalogItemId);
113
114impl From<Object> for CatalogItemId {
115 fn from(obj: Object) -> Self {

Callers 15

try_from_valueMethod · 0.70
owner_privilegeFunction · 0.50
fromMethod · 0.50
plan_update_privilegeFunction · 0.50
plan_drop_ownedFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected