Function mz_sql::pure::validate_source_export_names

source ยท
fn validate_source_export_names<T>(
    requested_source_exports: &[RequestedSourceExport<'_, T>],
) -> Result<(), PlanError>
Expand description

Validates the requested subsources do not have name conflicts with each other and that the same upstream table is not referenced multiple times.