googleapis / googleapis/google-cloud-cpp-bigquery
Comprehensive query and read results sample
- Ngôn ngữ chính
- C++
- Star
- 3
- Fork
- 6
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Write a sample showing
1) Use the insert+poll overload of InsertJob to start a query expecting a lot of data returned
2) use `.then` on the future returned from step 1 to invoke a callback to read the results of the finished query
3) the callback should use multiple threads to read the query results in parallel, each thread reading from its own ReadStream
Hướng dẫn đóng góp
Hướng nghiên cứu
Start by locating the InsertJob insert+poll overload, the future returned from it, and the ReadStream API. Build the sample around the listed sequence, with the callback reading query results in parallel through separate ReadStream instances; completion is a working comprehensive query-and-read-results sample.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- cpp
- Lĩnh vực
- cloud, data
- Loại issue
- Tài liệu
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 42/100