columns {
  name: "subkey"
  type {
    optional_type {
      item {
        type_id: STRING
      }
    }
  }
}
columns {
  name: "strE1"
  type {
    optional_type {
      item {
        type_id: STRING
      }
    }
  }
}
rows {
  items {
    bytes_value: "1"
  }
  items {
    bytes_value: "hello\\world"
  }
}
rows {
  items {
    bytes_value: "13"
  }
  items {
    bytes_value: "test\"funny\"esc"
  }
}
rows {
  items {
    bytes_value: "2"
  }
  items {
    bytes_value: "33.33"
  }
}
rows {
  items {
    bytes_value: "3"
  }
  items {
    bytes_value: "test\\esc"
  }
}
rows {
  items {
    bytes_value: "4"
  }
  items {
    bytes_value: "\nbunny\n"
  }
}
rows {
  items {
    bytes_value: "5"
  }
  items {
    bytes_value: "\nfunny\n"
  }
}
rows {
  items {
    bytes_value: "9"
  }
  items {
    null_flag_value: NULL_VALUE
  }
}
