google-bigquery - 表属性的 bigquery java api

标签 google-bigquery

我需要访问 google big query ui 提供的那些属性,例如表大小、行数等... 但是我找不到任何相关文档或引用。

Table ID    xxxx:xx.xxx
Table Size  133 KB
Number of Rows  250
Creation Time   9:48am, 2 Jan 2015
Last Modified   12:40am, 3 Jan 2015

对于某些表,甚至 UI 也不提供行数,如下所示。有什么理由吗?

Table ID    yyyy.yyyy
Creation Time   4:51pm, 6 Jan 2015
Last Modified   6:07pm, 6 Jan 2015

最佳答案

最近接收到流式插入的表不提供行/大小属性,因为此数据很容易频繁更改。一旦该表不再被视为事件流表,该数据就应该可用。

此信息可通过 tables.get 获取API 调用。

关于google-bigquery - 表属性的 bigquery java api,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27812144/

相关文章:

google-bigquery - bigquery - 输入不包含数据

google-bigquery - Java - 一次将一行插入到 google Big Query 中?

google-bigquery - bq 命令行工具 - 如何插入具有嵌套字段的大查询表?

sql - 玩了至少三场比赛后 3 天内回来的用户数量?

google-bigquery - 错误: Response too large to return in big query

google-bigquery - 在 bigquery 中使用 RANGE_BUCKET 时如何显示存储桶名称

google-cloud-platform - BigQueryIO - 流和 FILE_LOADS 的写入性能

firebase - 使用 Firebase 扩展 "Export to BigQuery"时,导出是免费的还是按流插入收费?

google-bigquery - 记录所有BigQuery查询

google-bigquery - BigQuery View 可以引用来自不同数据集/项目的其他表和 View 吗?