googleapis / googleapis/google-cloud-cpp-bigquery
Comprehensive query and read results sample
Open
documentation
priority: p2
type: docs
- Dominant language
- C++
- Stars
- 3
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.