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

Method table_names

src/sql/src/plan/scope.rs:524–529  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

522 }
523
524 pub fn table_names(&self) -> BTreeSet<&PartialItemName> {
525 self.items
526 .iter()
527 .filter_map(|name| name.table_name.as_ref())
528 .collect::<BTreeSet<&PartialItemName>>()
529 }
530}
531
532/// A pointer to a scope item or an ungrouped column along side its lateral

Callers 2

productMethod · 0.80
plan_using_constraintFunction · 0.80

Calls 2

iterMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected