Function servers::row_writer::write_tags

source ยท
pub fn write_tags(
    table_data: &mut TableData,
    tags: impl Iterator<Item = (String, String)>,
    one_row: &mut Vec<Value>,
) -> Result<()>
Expand description

Write data as tags into the table data.