columns {
  name: "column0"
  type {
    type_id: UINT64
  }
}
columns {
  name: "column1"
  type {
    type_id: UINT64
  }
}
rows {
  items {
    uint64_value: 2
  }
  items {
    uint64_value: 2
  }
}
