columns {
  name: "key"
  type {
    optional_type {
      item {
        type_id: DOUBLE
      }
    }
  }
}
columns {
  name: "subkey"
  type {
    optional_type {
      item {
        type_id: STRING
      }
    }
  }
}
columns {
  name: "value"
  type {
    optional_type {
      item {
        type_id: STRING
      }
    }
  }
}
rows {
  items {
    double_value: 261.25
  }
  items {
    bytes_value: "10"
  }
  items {
    bytes_value: "abc"
  }
}
