fn exclude_using_columns(plan: &LogicalPlan) -> Result<HashSet<Column>>Expand description
For each column specified in the USING JOIN condition, the JOIN plan outputs it twice (once for each join side), but an unqualified wildcard should include it only once. This function returns the columns that should be excluded.