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

Method insert

src/transform/src/redundant_join.rs:853–855  ·  view source on GitHub ↗

Extend the context with the `id: prov_infos` entry.

(&mut self, id: LocalId, prov_infos: Vec<ProvInfo>)

Source from the content-addressed store, hash-verified

851
852 /// Extend the context with the `id: prov_infos` entry.
853 pub fn insert(&mut self, id: LocalId, prov_infos: Vec<ProvInfo>) -> Option<Vec<ProvInfo>> {
854 self.lets.insert(id, prov_infos)
855 }
856
857 /// Remove the entry identified by `id` from the context.
858 pub fn remove(&mut self, id: &LocalId) -> Option<Vec<ProvInfo>> {

Callers 15

registerMethod · 0.45
put_write_for_applyMethod · 0.45
put_write_for_commitMethod · 0.45
write_via_txnsMethod · 0.45
commit_atMethod · 0.45
runMethod · 0.45
push_appendMethod · 0.45
consolidate_pactFunction · 0.45
antichain_propertiesFunction · 0.45
reclockFunction · 0.45
partitioned_frontierFunction · 0.45
restoreMethod · 0.45

Calls

no outgoing calls

Tested by 3

mainFunction · 0.36
run_multiview_testcaseFunction · 0.36