Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ get_item
Method
get_item
src/sql/src/plan/statement.rs:794–796 ·
view source on GitHub ↗
(&self, id: &CatalogItemId)
Source
from the content-addressed store, hash-verified
792
}
793
794
pub fn get_item(&self, id: &CatalogItemId) -> &dyn CatalogItem {
795
self.catalog.get_item(id)
796
}
797
798
pub fn get_item_by_resolved_name(
799
&self,
Callers
15
purify_create_sink_avro_doc_on_options
Function · 0.45
purify_create_sink
Function · 0.45
from_id
Method · 0.45
generate_rbac_requirements
Function · 0.45
ownership_err
Function · 0.45
generate_read_privileges_inner
Function · 0.45
generate_usage_privileges
Function · 0.45
resolve_data_type
Method · 0.45
fold_column_name
Method · 0.45
fold_with_option_value
Method · 0.45
visit_item_name_mut
Method · 0.45
visit_data_type_mut
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected