columns {
  name: "b"
  type {
    optional_type {
      item {
        type_id: UINT64
      }
    }
  }
}
columns {
  name: "c"
  type {
    optional_type {
      item {
        type_id: DOUBLE
      }
    }
  }
}
columns {
  name: "d"
  type {
    optional_type {
      item {
        type_id: STRING
      }
    }
  }
}
columns {
  name: "e"
  type {
    optional_type {
      item {
        type_id: BOOL
      }
    }
  }
}
columns {
  name: "a"
  type {
    optional_type {
      item {
        type_id: INT64
      }
    }
  }
}
columns {
  name: "f"
  type {
    optional_type {
      item {
        type_id: YSON
      }
    }
  }
}
rows {
  items {
    uint64_value: 1
  }
  items {
    double_value: 0.1
  }
  items {
    bytes_value: "x"
  }
  items {
    bool_value: false
  }
  items {
    int64_value: 1
  }
  items {
    bytes_value: "{\001\002a=\001\002b;\001\002c=\001\002d;\001\002e=[\002\000;\002\002;\002\004;];}"
  }
}
rows {
  items {
    uint64_value: 2
  }
  items {
    double_value: 2.5
  }
  items {
    bytes_value: "xx"
  }
  items {
    bool_value: true
  }
  items {
    int64_value: 2
  }
  items {
    bytes_value: "\003\260rh\221\355|\277?"
  }
}
rows {
  items {
    uint64_value: 8
  }
  items {
    double_value: 10
  }
  items {
    bytes_value: "xxx"
  }
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    int64_value: -5
  }
  items {
    bytes_value: "\001\006xyz"
  }
}
rows {
  items {
    uint64_value: 5
  }
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    bytes_value: "skdjfnsdf"
  }
  items {
    bool_value: false
  }
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    null_flag_value: NULL_VALUE
  }
}
rows {
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    null_flag_value: NULL_VALUE
  }
}
