Expand description
SQL purification.
See the crate-level documentation for details.
Modules§
- mysql
- MySQL utilities for SQL purification.
- postgres
- Postgres utilities for SQL purification.
- sql_
server
Structs§
Enums§
Functions§
- generate_
subsource_ statements - materialized_
view_ option_ contains_ temporal - Returns true if the MaterializedViewOption either already involves
mz_now()or will involve after purification. - purify_
create_ materialized_ view_ options - Purifies a CREATE MATERIALIZED VIEW statement. Additionally, it adjusts
resolved_idsif references to ids appear or disappear during the purification. - purify_
statement - Purifies a statement, removing any dependencies on external state.