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