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

Function ident

src/sql/src/normalize.rs:37–39  ·  view source on GitHub ↗

Normalizes a single identifier.

(ident: Ident)

Source from the content-addressed store, hash-verified

35
36/// Normalizes a single identifier.
37pub fn ident(ident: Ident) -> String {
38 ident.into_string()
39}
40
41/// Normalizes a single identifier.
42pub fn ident_ref(ident: &Ident) -> &str {

Callers 15

createFunction · 0.85
column_nameFunction · 0.85
unresolved_item_nameFunction · 0.85
unresolved_schema_nameFunction · 0.85
full_nameFunction · 0.85
fold_queryMethod · 0.85
rewrite_exprMethod · 0.85
plan_ctesFunction · 0.85
plan_table_aliasFunction · 0.85
plan_create_databaseFunction · 0.85
plan_create_schemaFunction · 0.85

Calls 1

into_stringMethod · 0.45

Tested by

no test coverage detected