columns {
  name: "k1"
  type {
    type_id: STRING
  }
}
columns {
  name: "u1"
  type {
    type_id: STRING
  }
}
columns {
  name: "v1"
  type {
    type_id: STRING
  }
}
columns {
  name: "x"
  type {
    optional_type {
      item {
        type_id: STRING
      }
    }
  }
}
columns {
  name: "y"
  type {
    optional_type {
      item {
        type_id: INT32
      }
    }
  }
}
columns {
  name: "z"
  type {
    null_type: NULL_VALUE
  }
}
rows {
  items {
    bytes_value: "aaa"
  }
  items {
    bytes_value: "u11"
  }
  items {
    bytes_value: "v11"
  }
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    null_flag_value: NULL_VALUE
  }
}
rows {
  items {
    bytes_value: "bbb"
  }
  items {
    bytes_value: "u12"
  }
  items {
    bytes_value: "v12"
  }
  items {
    bytes_value: "bbb"
  }
  items {
    int32_value: 1
  }
  items {
    null_flag_value: NULL_VALUE
  }
}
rows {
  items {
    bytes_value: "bbb"
  }
  items {
    bytes_value: "u12"
  }
  items {
    bytes_value: "v12"
  }
  items {
    bytes_value: "bbb"
  }
  items {
    int32_value: 2
  }
  items {
    null_flag_value: NULL_VALUE
  }
}
rows {
  items {
    bytes_value: "ccc"
  }
  items {
    bytes_value: "u13"
  }
  items {
    bytes_value: "v13"
  }
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    null_flag_value: NULL_VALUE
  }
}
rows {
  items {
    bytes_value: "ddd"
  }
  items {
    bytes_value: "u14"
  }
  items {
    bytes_value: "v14"
  }
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    null_flag_value: NULL_VALUE
  }
}
