Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ Object
Class
Object
src/sql/src/plan/with_options.rs:112–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
111
#[derive(Copy, Clone, Debug)]
112
pub struct Object(CatalogItemId);
113
114
impl From<Object> for CatalogItemId {
115
fn from(obj: Object) -> Self {
Callers
15
get_system_object_type
Method · 0.70
try_from_value
Method · 0.70
generate_rbac_requirements
Function · 0.50
generate_required_source_privileges
Function · 0.50
generate_read_privileges_inner
Function · 0.50
generate_usage_privileges
Function · 0.50
generate_cluster_usage_privileges
Function · 0.50
owner_privilege
Function · 0.50
from
Method · 0.50
plan_update_privilege
Function · 0.50
plan_alter_default_privileges
Function · 0.50
plan_drop_owned
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected