Function 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.