OutputArtifacts
クエリの実行中に作成される出力アーティファクト。一時テーブルは、Ads Data Hub クエリで CREATE TABLE temp_table AS (...) を使用して作成されます。
JSON 表現 |
{
"tempTables": [
{
object (TempTable )
}
]
} |
フィールド |
tempTables[] |
object (TempTable )
Ads Data Hub クエリによって作成された一時テーブルのリストを定義します。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-09-27 UTC。
[null,null,["最終更新日 2022-09-27 UTC。"],[[["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."]]],[]]