columns {
  name: "rn"
  type {
    type_id: UINT64
  }
}
columns {
  name: "cnt"
  type {
    type_id: UINT64
  }
}
rows {
  items {
    uint64_value: 1
  }
  items {
    uint64_value: 4
  }
}
rows {
  items {
    uint64_value: 2
  }
  items {
    uint64_value: 4
  }
}
rows {
  items {
    uint64_value: 3
  }
  items {
    uint64_value: 4
  }
}
rows {
  items {
    uint64_value: 4
  }
  items {
    uint64_value: 4
  }
}
