Function mz_sql::plan::statement::ddl::plan_view

source ·
pub fn plan_view(
    scx: &StatementContext<'_>,
    def: &mut ViewDefinition<Aug>,
    params: &Params,
    temporary: bool
) -> Result<(QualifiedItemName, View), PlanError>