fn validate_view_dependencies(
scx: &StatementContext<'_>,
dependencies: &BTreeSet<CatalogItemId>,
) -> Result<(), PlanError>Expand description
Validate the dependencies of a (materialized) view.
fn validate_view_dependencies(
scx: &StatementContext<'_>,
dependencies: &BTreeSet<CatalogItemId>,
) -> Result<(), PlanError>Validate the dependencies of a (materialized) view.