columns {
  name: "avalue"
  type {
    type_id: STRING
  }
}
columns {
  name: "b.v1"
  type {
    type_id: STRING
  }
}
columns {
  name: "ck2"
  type {
    type_id: STRING
  }
}
rows {
  items {
    bytes_value: "a13"
  }
  items {
    bytes_value: "v12"
  }
  items {
    bytes_value: "ccc"
  }
}
