columns {
  name: "a.key"
  type {
    type_id: STRING
  }
}
columns {
  name: "a.subkey"
  type {
    type_id: STRING
  }
}
columns {
  name: "a.value"
  type {
    type_id: STRING
  }
}
columns {
  name: "b.key"
  type {
    type_id: STRING
  }
}
columns {
  name: "b.sk"
  type {
    optional_type {
      item {
        type_id: STRING
      }
    }
  }
}
columns {
  name: "b.val"
  type {
    type_id: STRING
  }
}
rows {
  items {
    bytes_value: "527"
  }
  items {
    bytes_value: "4"
  }
  items {
    bytes_value: "ddd"
  }
  items {
    bytes_value: "800"
  }
  items {
    bytes_value: "4"
  }
  items {
    bytes_value: "ddd"
  }
}
