columns {
  name: "Category"
  type {
    type_id: STRING
  }
}
columns {
  name: "column1"
  type {
    type_id: UINT64
  }
}
rows {
  items {
    bytes_value: "0"
  }
  items {
    uint64_value: 10
  }
}
rows {
  items {
    bytes_value: "1"
  }
  items {
    uint64_value: 10
  }
}
