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

Method func

src/catalog/src/memory/objects.rs:729–731  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

727 }
728
729 fn func(&self) -> Result<&'static mz_sql::func::Func, SqlCatalogError> {
730 self.entry.func()
731 }
732
733 fn source_desc(&self) -> Result<Option<&SourceDesc<ReferencedConnection>>, SqlCatalogError> {
734 self.entry.source_desc()

Callers 5

extract_sef_callFunction · 0.45
planFunction · 0.45
resolve_funcFunction · 0.45
visit_function_mutMethod · 0.45
visit_expr_mutMethod · 0.45

Calls 3

to_stringMethod · 0.45
nameMethod · 0.45
item_typeMethod · 0.45

Tested by

no test coverage detected