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§
Functions§
- column_
name - Normalizes an identifier that represents a column name.
- create_
statement - Normalizes a
CREATEstatement. - full_
name - Converts an
UnresolvedItemNameto aFullItemNameif theUnresolvedItemNameis 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.