columns {
  name: "key"
  type {
    type_id: STRING
  }
}
columns {
  name: "Input1.subkey"
  type {
    type_id: STRING
  }
}
columns {
  name: "value"
  type {
    optional_type {
      item {
        type_id: STRING
      }
    }
  }
}
rows {
  items {
    bytes_value: "020"
  }
  items {
    bytes_value: "1"
  }
  items {
    null_flag_value: NULL_VALUE
  }
}
rows {
  items {
    bytes_value: "075"
  }
  items {
    bytes_value: "1"
  }
  items {
    bytes_value: "abd"
  }
}
rows {
  items {
    bytes_value: "150"
  }
  items {
    bytes_value: "1"
  }
  items {
    null_flag_value: NULL_VALUE
  }
}
rows {
  items {
    bytes_value: "800"
  }
  items {
    bytes_value: "1"
  }
  items {
    bytes_value: "ddd"
  }
}
