Result set 1:
columns {
  name: "a"
  type {
    optional_type {
      item {
        type_id: INT64
      }
    }
  }
}
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: "f"
  type {
    optional_type {
      item {
        type_id: YSON
      }
    }
  }
}
rows {
  items {
    int64_value: 2
  }
  items {
    uint64_value: 2
  }
  items {
    double_value: 2.5
  }
  items {
    bytes_value: "xx"
  }
  items {
    bool_value: true
  }
  items {
    bytes_value: "\003\260rh\221\355|\277?"
  }
}
Result set 2:
columns {
  name: "a"
  type {
    optional_type {
      item {
        type_id: INT64
      }
    }
  }
}
rows {
  items {
    int64_value: 1
  }
}
rows {
  items {
    null_flag_value: NULL_VALUE
  }
}
