googleapis / googleapis/google-cloud-cpp-bigquery

Comprehensive query and read results sample

Open
#47 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.