Function mz_sql::pure::purify_create_materialized_view_options
source · pub fn purify_create_materialized_view_options(
catalog: impl SessionCatalog,
mz_now: Option<Timestamp>,
cmvs: &mut CreateMaterializedViewStatement<Aug>,
resolved_ids: &mut ResolvedIds,
)
Expand description
Purifies a CREATE MATERIALIZED VIEW statement. Additionally, it adjusts resolved_ids
if
references to ids appear or disappear during the purification.
Note that in contrast with purify_statement
, this doesn’t need to be async, because
this function is not making any network calls.