Skip to main content

Module normalize

Module normalize 

Source
Expand description

SQL normalization routines.

Normalization is the process of taking relatively unstructured types from the ast module and converting them to more structured types.

Enums§

SqlValueOrSecret

Functions§

column_name
Normalizes an identifier that represents a column name.
create_statement
Normalizes a CREATE statement.
full_name
Converts an UnresolvedItemName to a FullItemName if the UnresolvedItemName is fully specified. Otherwise returns an error.
ident
Normalizes a single identifier.
ident_ref
Normalizes a single identifier.
op
Normalizes an operator reference.
unresolve
Unnormalizes an item name.
unresolved_item_name
Normalizes an unresolved object name.
unresolved_schema_name
Normalizes an unresolved schema name.