pub fn swap_join_projection( left_schema_len: usize, right_schema_len: usize, projection: Option<&Vec<usize>>, join_type: &JoinType, ) -> Option<Vec<usize>>
This function swaps the given join’s projection.