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

Function column_name

src/sql/src/normalize.rs:47–49  ·  view source on GitHub ↗

Normalizes an identifier that represents a column name.

(id: Ident)

Source from the content-addressed store, hash-verified

45
46/// Normalizes an identifier that represents a column name.
47pub fn column_name(id: Ident) -> ColumnName {
48 ColumnName::from(ident(id))
49}
50
51/// Normalizes an unresolved object name.
52pub fn unresolved_item_name(mut name: UnresolvedItemName) -> Result<PartialItemName, PlanError> {

Callers 15

fold_column_nameMethod · 0.85
maybe_rename_columnsFunction · 0.85
plan_ctesFunction · 0.85
plan_table_aliasFunction · 0.85
inventFunction · 0.85
plan_joinFunction · 0.85
plan_field_accessFunction · 0.85
plan_identifierFunction · 0.85

Calls 1

identFunction · 0.85

Tested by

no test coverage detected