columns {
  name: "column0"
  type {
    type_id: UINT32
  }
}
columns {
  name: "column1"
  type {
    type_id: UINT32
  }
}
columns {
  name: "column2"
  type {
    type_id: UINT32
  }
}
rows {
  items {
    uint32_value: 13
  }
  items {
    uint32_value: 11
  }
  items {
    uint32_value: 5
  }
}
rows {
  items {
    uint32_value: 24
  }
  items {
    uint32_value: 21
  }
  items {
    uint32_value: 6
  }
}
