columns {
  name: "column0"
  type {
    type_id: UINT64
  }
}
columns {
  name: "subkey"
  type {
    optional_type {
      item {
        optional_type {
          item {
            type_id: UINT64
          }
        }
      }
    }
  }
}
rows {
  items {
    uint64_value: 11
  }
  items {
    uint64_value: 3
  }
}
rows {
  items {
    uint64_value: 21
  }
  items {
    null_flag_value: NULL_VALUE
  }
}
rows {
  items {
    uint64_value: 31
  }
  items {
    nested_value {
      null_flag_value: NULL_VALUE
    }
  }
}
