pub fn write_fields( table_data: &mut TableData, fields: impl Iterator<Item = (String, ColumnDataType, ValueData)>, one_row: &mut Vec<Value>, ) -> Result<()>
Write data as fields into the table data.