fn normalize_column_refs(
cols: &[UnresolvedItemName],
reference_resolver: &SourceReferenceResolver,
tables: &[RequestedSourceExport<SqlServerTableDesc>],
option_name: SqlServerConfigOptionName,
) -> Result<Vec<WithOptionValue<Aug>>, SqlServerSourcePurificationError>
Expand description
Normalize the provided cols
references to a sorted and deduplicated list of
WithOptionValue
s.
Returns an error if any column reference in cols
is not part of a table in the
provided tables
.