Result set 1:
columns {
  name: "key"
  type {
    type_id: STRING
  }
}
columns {
  name: "value"
  type {
    type_id: STRING
  }
}
rows {
  items {
    bytes_value: "023"
  }
  items {
    bytes_value: "aaa"
  }
}
rows {
  items {
    bytes_value: "037"
  }
  items {
    bytes_value: "ddd"
  }
}
rows {
  items {
    bytes_value: "075"
  }
  items {
    bytes_value: "abc"
  }
}
rows {
  items {
    bytes_value: "150"
  }
  items {
    bytes_value: "aaa"
  }
}
rows {
  items {
    bytes_value: "151"
  }
  items {
    bytes_value: "iii"
  }
}
rows {
  items {
    bytes_value: "152"
  }
  items {
    bytes_value: "zzz"
  }
}
Result set 2:
columns {
  name: "key"
  type {
    optional_type {
      item {
        type_id: STRING
      }
    }
  }
}
columns {
  name: "subkey"
  type {
    type_id: STRING
  }
}
rows {
  items {
    bytes_value: "023"
  }
  items {
    bytes_value: "3"
  }
}
rows {
  items {
    bytes_value: "037"
  }
  items {
    bytes_value: "5"
  }
}
rows {
  items {
    bytes_value: "075"
  }
  items {
    bytes_value: "1"
  }
}
rows {
  items {
    bytes_value: "150"
  }
  items {
    bytes_value: "1"
  }
}
rows {
  items {
    bytes_value: "151"
  }
  items {
    bytes_value: "3"
  }
}
rows {
  items {
    bytes_value: "152"
  }
  items {
    bytes_value: "8"
  }
}
Result set 3:
columns {
  name: "key"
  type {
    type_id: STRING
  }
}
columns {
  name: "subkey"
  type {
    type_id: STRING
  }
}
rows {
  items {
    bytes_value: "800"
  }
  items {
    bytes_value: "2"
  }
}
rows {
  items {
    bytes_value: "150"
  }
  items {
    bytes_value: "4"
  }
}
rows {
  items {
    bytes_value: "075"
  }
  items {
    bytes_value: "1"
  }
}
rows {
  items {
    bytes_value: "020"
  }
  items {
    bytes_value: "3"
  }
}
