OutputArtifacts
查询执行期间创建的输出工件,例如,使用广告数据中心查询中的 CREATE TABLE temp_table AS (...) 创建临时表。
JSON 表示法 |
{
"tempTables": [
{
object (TempTable )
}
]
} |
字段 |
tempTables[] |
object (TempTable )
定义由广告数据中心查询创建的临时表的列表。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-09-27。
[null,null,["最后更新时间 (UTC):2022-09-27。"],[[["Output artifacts such as temporary tables are generated during query execution in Ads Data Hub."],["Temporary tables are created using the syntax `CREATE TABLE temp_table AS (...)` within an Ads Data Hub query."],["JSON representation is used to define the structure of these temporary tables within the query's output."],["The `tempTables[]` field within the JSON structure provides a list of all temporary tables created by the query, each represented as a `TempTable` object."]]],[]]