columns {
  name: "value1"
  type {
    optional_type {
      item {
        type_id: STRING
      }
    }
  }
}
rows {
  items {
    null_flag_value: NULL_VALUE
  }
}
rows {
  items {
    bytes_value: "abc"
  }
}
rows {
  items {
    bytes_value: "qzz"
  }
}
rows {
  items {
    bytes_value: "ddd"
  }
}
