pub fn column_map_with_alias( col_map: &HashMap<String, usize>, alias: &str, target_column: &str, ) -> HashMap<String, usize>