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

Method remove

src/transform/src/redundant_join.rs:858–860  ·  view source on GitHub ↗

Remove the entry identified by `id` from the context.

(&mut self, id: &LocalId)

Source from the content-addressed store, hash-verified

856
857 /// Remove the entry identified by `id` from the context.
858 pub fn remove(&mut self, id: &LocalId) -> Option<Vec<ProvInfo>> {
859 self.lets.remove(id)
860 }
861}

Callers 15

forgetMethod · 0.45
forget_allMethod · 0.45
take_write_for_applyMethod · 0.45
take_write_for_commitMethod · 0.45
runMethod · 0.45
push_appendMethod · 0.45
slurp_oneFunction · 0.45
opt_stringMethod · 0.45
run_line_readerFunction · 0.45
run_delete_topicFunction · 0.45
actionMethod · 0.45
remove_usesMethod · 0.45

Calls

no outgoing calls

Tested by 1

parse_explain_configFunction · 0.36