Result set 1:
columns {
  name: "column0"
  type {
    type_id: STRING
  }
}
rows {
  items {
    bytes_value: "1"
  }
}
Result set 2:
columns {
  name: "key"
  type {
    type_id: STRING
  }
}
columns {
  name: "column1"
  type {
    type_id: STRING
  }
}
rows {
  items {
    bytes_value: "020"
  }
  items {
    bytes_value: "q"
  }
}
rows {
  items {
    bytes_value: "075"
  }
  items {
    bytes_value: "abc"
  }
}
rows {
  items {
    bytes_value: "150"
  }
  items {
    bytes_value: "qzz"
  }
}
rows {
  items {
    bytes_value: "800"
  }
  items {
    bytes_value: "ddd"
  }
}
Result set 3:
columns {
  name: "key"
  type {
    type_id: STRING
  }
}
columns {
  name: "column1"
  type {
    type_id: STRING
  }
}
rows {
  items {
    bytes_value: "020"
  }
  items {
    bytes_value: "q"
  }
}
rows {
  items {
    bytes_value: "075"
  }
  items {
    bytes_value: "abc"
  }
}
rows {
  items {
    bytes_value: "150"
  }
  items {
    bytes_value: "qzz"
  }
}
rows {
  items {
    bytes_value: "800"
  }
  items {
    bytes_value: "ddd"
  }
}
Result set 4:
columns {
  name: "key"
  type {
    type_id: STRING
  }
}
columns {
  name: "subkey"
  type {
    type_id: STRING
  }
}
columns {
  name: "value"
  type {
    type_id: STRING
  }
}
rows {
  items {
    bytes_value: "075"
  }
  items {
    bytes_value: "1"
  }
  items {
    bytes_value: "abc"
  }
}
rows {
  items {
    bytes_value: "800"
  }
  items {
    bytes_value: "2"
  }
  items {
    bytes_value: "ddd"
  }
}
rows {
  items {
    bytes_value: "020"
  }
  items {
    bytes_value: "3"
  }
  items {
    bytes_value: "q"
  }
}
rows {
  items {
    bytes_value: "150"
  }
  items {
    bytes_value: "4"
  }
  items {
    bytes_value: "qzz"
  }
}
Result set 5:
columns {
  name: "x"
  type {
    type_id: STRING
  }
}
columns {
  name: "column1"
  type {
    type_id: UINT64
  }
}
rows {
  items {
    bytes_value: "abc"
  }
  items {
    uint64_value: 1
  }
}
rows {
  items {
    bytes_value: "ddd"
  }
  items {
    uint64_value: 1
  }
}
rows {
  items {
    bytes_value: "q"
  }
  items {
    uint64_value: 1
  }
}
rows {
  items {
    bytes_value: "qzz"
  }
  items {
    uint64_value: 1
  }
}
Result set 6:
columns {
  name: "x"
  type {
    type_id: STRING
  }
}
columns {
  name: "y"
  type {
    type_id: STRING
  }
}
rows {
  items {
    bytes_value: "abc"
  }
  items {
    bytes_value: "075"
  }
}
rows {
  items {
    bytes_value: "ddd"
  }
  items {
    bytes_value: "800"
  }
}
rows {
  items {
    bytes_value: "q"
  }
  items {
    bytes_value: "020"
  }
}
rows {
  items {
    bytes_value: "qzz"
  }
  items {
    bytes_value: "150"
  }
}
Result set 7:
columns {
  name: "x"
  type {
    type_id: STRING
  }
}
columns {
  name: "y"
  type {
    type_id: STRING
  }
}
rows {
  items {
    bytes_value: "abc"
  }
  items {
    bytes_value: "075"
  }
}
rows {
  items {
    bytes_value: "ddd"
  }
  items {
    bytes_value: "800"
  }
}
rows {
  items {
    bytes_value: "q"
  }
  items {
    bytes_value: "020"
  }
}
rows {
  items {
    bytes_value: "qzz"
  }
  items {
    bytes_value: "150"
  }
}
Result set 8:
columns {
  name: "p"
  type {
    type_id: STRING
  }
}
columns {
  name: "value"
  type {
    type_id: STRING
  }
}
columns {
  name: "lag"
  type {
    optional_type {
      item {
        type_id: STRING
      }
    }
  }
}
rows {
  items {
    bytes_value: "020"
  }
  items {
    bytes_value: "q"
  }
  items {
    null_flag_value: NULL_VALUE
  }
}
rows {
  items {
    bytes_value: "075"
  }
  items {
    bytes_value: "abc"
  }
  items {
    null_flag_value: NULL_VALUE
  }
}
rows {
  items {
    bytes_value: "150"
  }
  items {
    bytes_value: "qzz"
  }
  items {
    null_flag_value: NULL_VALUE
  }
}
rows {
  items {
    bytes_value: "800"
  }
  items {
    bytes_value: "ddd"
  }
  items {
    null_flag_value: NULL_VALUE
  }
}
