columns {
  name: "val"
  type {
    optional_type {
      item {
        type_id: UINT32
      }
    }
  }
}
rows {
  items {
    uint32_value: 1
  }
}
rows {
  items {
    uint32_value: 1
  }
}
rows {
  items {
    uint32_value: 100500
  }
}
rows {
  items {
    null_flag_value: NULL_VALUE
  }
}
rows {
  items {
    uint32_value: 33
  }
}
