fn process_labels( column_indexer: &mut HashMap<String, u16>, schemas: &mut Vec<ColumnSchema>, row: &mut Vec<Value>, labels: Option<&BTreeMap<String, String>>, )