columns {
  name: "ip"
  type {
    type_id: STRING
  }
}
columns {
  name: "host"
  type {
    optional_type {
      item {
        type_id: STRING
      }
    }
  }
}
columns {
  name: "request_count"
  type {
    type_id: UINT64
  }
}
columns {
  name: "fetcher_count"
  type {
    type_id: UINT64
  }
}
rows {
  items {
    bytes_value: "2.2.2.2"
  }
  items {
    bytes_value: "www.spam.ru"
  }
  items {
    uint64_value: 2
  }
  items {
    uint64_value: 2
  }
}
rows {
  items {
    bytes_value: "1.1.1.1"
  }
  items {
    bytes_value: "www.foo.bar"
  }
  items {
    uint64_value: 2
  }
  items {
    uint64_value: 1
  }
}
