columns {
  name: "a.v"
  type {
    type_id: STRING
  }
}
columns {
  name: "b.value"
  type {
    type_id: STRING
  }
}
rows {
  items {
    bytes_value: "foo"
  }
  items {
    bytes_value: "wtf"
  }
}
rows {
  items {
    bytes_value: "jar"
  }
  items {
    bytes_value: "wat"
  }
}
