OutputArtifacts
Artefak output yang dibuat selama eksekusi kueri, mis. tabel Temp dibuat menggunakan CREATE TABLE temp_table AS (...) dalam kueri Ads Data Hub.
Representasi JSON |
{
"tempTables": [
{
object (TempTable )
}
]
} |
Kolom |
tempTables[] |
object (TempTable )
Menentukan daftar tabel sementara yang dibuat oleh kueri Ads Data Hub.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2022-09-27 UTC.
[null,null,["Terakhir diperbarui pada 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."]]],[]]