columns {
  name: "key"
  type {
    type_id: STRING
  }
}
columns {
  name: "sks"
  type {
    optional_type {
      item {
        type_id: INT64
      }
    }
  }
}
columns {
  name: "kl"
  type {
    list_type {
      item {
        type_id: STRING
      }
    }
  }
}
rows {
  items {
    bytes_value: "0foo"
  }
  items {
    int64_value: 80
  }
  items {
    items {
      bytes_value: "0foo"
    }
  }
}
rows {
  items {
    bytes_value: "1foo"
  }
  items {
    int64_value: 120
  }
  items {
    items {
      bytes_value: "1foo"
    }
  }
}
rows {
  items {
    bytes_value: "Afoo"
  }
  items {
    int64_value: 100
  }
  items {
    items {
      bytes_value: "Afoo"
    }
  }
}
