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

Function ident_ref

src/sql/src/normalize.rs:42–44  ·  view source on GitHub ↗

Normalizes a single identifier.

(ident: &Ident)

Source from the content-addressed store, hash-verified

40
41/// Normalizes a single identifier.
42pub fn ident_ref(ident: &Ident) -> &str {
43 ident.as_str()
44}
45
46/// Normalizes an identifier that represents a column name.
47pub fn column_name(id: Ident) -> ColumnName {

Callers 3

resolve_databaseMethod · 0.85
plan_alter_schema_swapFunction · 0.85

Calls 1

as_strMethod · 0.45

Tested by

no test coverage detected