Function process_labels

Source
fn process_labels(
    schema_info: &mut SchemaInfo,
    row: &mut Vec<Value>,
    labels: Option<BTreeMap<String, String>>,
)