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

Method lookup_id

src/compute/src/render/context.rs:174–176  ·  view source on GitHub ↗

Look up a collection bundle by an identifier.

(&self, id: Id)

Source from the content-addressed store, hash-verified

172 }
173 /// Look up a collection bundle by an identifier.
174 pub fn lookup_id(&self, id: Id) -> Option<CollectionBundle<'scope, T>> {
175 self.bindings.get(&id).cloned()
176 }
177
178 pub(super) fn error_logger(&self) -> ErrorLogger {
179 ErrorLogger::new(self.debug_name.clone())

Callers 4

export_indexMethod · 0.80
render_plan_exprMethod · 0.80
export_sinkMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected