Function validate_view_dependencies

Source
fn validate_view_dependencies(
    scx: &StatementContext<'_>,
    dependencies: &BTreeSet<CatalogItemId>,
) -> Result<(), PlanError>
Expand description

Validate the dependencies of a (materialized) view.