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

Method remove_local

src/transform/src/join_implementation.rs:559–561  ·  view source on GitHub ↗

Removes all local indexes on the specified collection.

(&mut self, id: LocalId)

Source from the content-addressed store, hash-verified

557
558 /// Removes all local indexes on the specified collection.
559 pub fn remove_local(&mut self, id: LocalId) {
560 self.local.remove(&id);
561 }
562
563 pub fn get(&self, id: Id) -> Box<dyn Iterator<Item = &[MirScalarExpr]> + '_> {
564 match id {

Callers 1

action_recursiveMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected