OutputArtifacts
Sorgu yürütme sırasında oluşturulan çıkış yapıları (ör. Ads Tabloları merkezi, bir Ads Data Hub sorgusunda CREATE TABLE temp_table AS (...) kullanılarak oluşturulur.
JSON gösterimi |
{
"tempTables": [
{
object (TempTable )
}
]
} |
Alanlar |
tempTables[] |
object (TempTable )
Ads Data Hub sorgusu tarafından oluşturulan geçici tabloların listesini tanımlar.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2022-09-27 UTC.
[null,null,["Son güncelleme tarihi: 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."]]],[]]