OutputArtifacts
Artefakty wyjściowe utworzone podczas wykonywania zapytania, np. tabele tymczasowe są tworzone przy użyciu CREATE TABLE table_AS ... (...) w zapytaniu Ads Data Hub.
Zapis JSON |
{
"tempTables": [
{
object (TempTable )
}
]
} |
Pola |
tempTables[] |
object (TempTable )
Określa listę tabel tymczasowych utworzonych przez zapytanie w Centrum danych reklam.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2022-09-27 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]