Module mz_sql::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.

Macros§

  • Generates a struct capable of taking a Vec of types commonly used to represent WITH options into useful data types, such as strings. Additionally, it is able to convert the useful data types back to the Vec of options.

Enums§

Functions§