columns {
  name: "key"
  type {
    type_id: UINT32
  }
}
columns {
  name: "column1"
  type {
    type_id: UINT64
  }
}
columns {
  name: "column2"
  type {
    type_id: UINT64
  }
}
columns {
  name: "column3"
  type {
    type_id: UINT64
  }
}
columns {
  name: "column4"
  type {
    type_id: UINT64
  }
}
columns {
  name: "column5"
  type {
    type_id: UINT64
  }
}
rows {
  items {
    uint32_value: 10
  }
  items {
    uint64_value: 1
  }
  items {
    uint64_value: 1
  }
  items {
    uint64_value: 1
  }
  items {
    uint64_value: 1
  }
  items {
    uint64_value: 0
  }
}
rows {
  items {
    uint32_value: 20
  }
  items {
    uint64_value: 2
  }
  items {
    uint64_value: 1
  }
  items {
    uint64_value: 2
  }
  items {
    uint64_value: 2
  }
  items {
    uint64_value: 0
  }
}
