columns {
  name: "cnt"
  type {
    tuple_type {
      elements {
        type_id: UINT64
      }
      elements {
        optional_type {
          item {
            type_id: STRING
          }
        }
      }
    }
  }
}
rows {
  items {
    items {
      uint64_value: 4
    }
    items {
      bytes_value: "abc"
    }
  }
}
