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.
- Normalizer
Options - Options for normalizing SQL.
Functions§
- normalize
- Convenience function to normalize SQL with default options.
- normalize_
with_ options - Convenience function to normalize SQL with options.