Function rename_field  
pub fn rename_field(
    field: &Field,
    dfs_names: &Vec<String>,
    unnamed_field_suffix: usize,
    name_idx: &mut usize,
) -> Result<Field, DataFusionError>Expand description
Traverse through the field, renaming the provided field itself and all its inner struct fields.