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

Method get

src/expr-parser/src/catalog.rs:55–57  ·  view source on GitHub ↗
(&'a self, name: &str)

Source from the content-addressed store, hash-verified

53 }
54
55 pub fn get(&'a self, name: &str) -> Option<&'a (GlobalId, Vec<String>, SqlRelationType)> {
56 self.objects.get(name)
57 }
58
59 /// Looks up the name of the object referred to as `id`.
60 pub fn get_source_name(&'a self, id: &GlobalId) -> Option<&'a String> {

Callers 15

parse_getFunction · 0.45
fix_typesFunction · 0.45
get_source_nameMethod · 0.45
humanize_idMethod · 0.45
column_names_for_idMethod · 0.45
humanize_columnMethod · 0.45
serveMethod · 0.45
get_ld_valueFunction · 0.45
newMethod · 0.45
handle_connectionMethod · 0.45

Calls

no outgoing calls