Module sql_insight::normalizer
source · Expand description
A Normalizer that converts SQL queries to a canonical form.
See normalize as the entry point for normalizing SQL.
Structs§
- A visitor for SQL AST nodes that normalizes SQL queries.
- Options for normalizing SQL.
Functions§
- Convenience function to normalize SQL with default options.
- Convenience function to normalize SQL with options.