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§
- Purified
Export Details - Purified
Statement - Statement
Source - The existing source a statement drives, and how the statement uses it.
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.
- statement_
source - Resolves the existing source that
stmtdrives, mirroring how the purification paths below resolve it themselves.