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
Normalizes option values that contain AWS connection parameters.
Normalizes an identifier that represents a column name.
Normalizes a CREATE
statement.
Converts an UnresolvedObjectName
to a FullObjectName
if the
UnresolvedObjectName
is fully specified. Otherwise returns an error.
Normalizes a single identifier.
Normalizes a single identifier.
Normalizes an operator reference.
Normalizes WITH
option keys without normalizing their corresponding
values.
Normalizes a list of WITH
options.
Unnormalizes an object name.
Normalizes an unresolved object name.
Normalizes an unresolved schema name.