columns {
  name: "a.key"
  type {
    type_id: STRING
  }
}
columns {
  name: "a.subkey"
  type {
    type_id: STRING
  }
}
columns {
  name: "b.value"
  type {
    optional_type {
      item {
        type_id: STRING
      }
    }
  }
}
rows {
  items {
    bytes_value: "bar"
  }
  items {
    bytes_value: "wat"
  }
  items {
    bytes_value: "wtf"
  }
}
rows {
  items {
    bytes_value: "foo"
  }
  items {
    bytes_value: "bar"
  }
  items {
    bytes_value: "wat"
  }
}
rows {
  items {
    bytes_value: "wtf"
  }
  items {
    bytes_value: "foo"
  }
  items {
    bytes_value: "bar"
  }
}
