Module normalizer

Source
Expand description

A Normalizer that converts SQL queries to a canonical form.

See normalize as the entry point for normalizing SQL.

Structs§

Normalizer
A visitor for SQL AST nodes that normalizes SQL queries.
NormalizerOptions
Options for normalizing SQL.

Functions§

normalize
Convenience function to normalize SQL with default options.
normalize_with_options
Convenience function to normalize SQL with options.