columns {
  name: "ki"
  type {
    optional_type {
      item {
        type_id: UINT32
      }
    }
  }
}
columns {
  name: "column1"
  type {
    type_id: UINT64
  }
}
rows {
  items {
    uint32_value: 20
  }
  items {
    uint64_value: 1
  }
}
rows {
  items {
    uint32_value: 75
  }
  items {
    uint64_value: 1
  }
}
