googleapis / googleapis/google-cloud-cpp-bigquery

Comprehensive query and read results sample

未关闭
#47 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
documentation priority: p2 type: docs
主要语言
C++
星标
3
派生
6
PR 合并指标
30 天内没有已合并 PR

描述

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

贡献指南

打开贡献指南

调研方向

首先定位 InsertJob 的 insert+poll 重载、由它返回的 future 以及 ReadStream API。围绕列出的序列构建示例,让 callback 通过彼此独立的 ReadStream 实例并行读取查询结果;完成标准是一个可正常工作的、完整的查询和读取结果示例。

由索引模型根据 Issue 内容生成。

评估

技术栈
cpp
领域
cloud, data
Issue 类型
文档
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
42/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。