columns {
  name: "hundred_keys"
  type {
    optional_type {
      item {
        type_id: INT32
      }
    }
  }
}
columns {
  name: "column1"
  type {
    optional_type {
      item {
        type_id: UINT64
      }
    }
  }
}
rows {
  items {
    int32_value: 0
  }
  items {
    uint64_value: 4
  }
}
rows {
  items {
    int32_value: 1
  }
  items {
    uint64_value: 4
  }
}
rows {
  items {
    int32_value: 8
  }
  items {
    uint64_value: 2
  }
}
