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

Method is_system

src/sql/src/names.rs:404–409  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

402 const TEMPORARY_SCHEMA_ID: u64 = 0;
403
404 pub fn is_system(&self) -> bool {
405 match self {
406 SchemaSpecifier::Temporary => false,
407 SchemaSpecifier::Id(id) => id.is_system(),
408 }
409 }
410
411 pub fn is_user(&self) -> bool {
412 match self {

Callers 15

filter_requirementsFunction · 0.45
plan_insert_queryFunction · 0.45
plan_copy_fromFunction · 0.45
plan_alter_item_ownerFunction · 0.45
plan_reassign_ownedFunction · 0.45
plan_show_create_itemFunction · 0.45
plan_show_create_typeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected