servers::row_writer

Function 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.