OutputArtifacts
פריטי פלט שנוצרו במהלך הפעלת שאילתה, למשל טבלאות טמפ' שנוצרו באמצעות CREATE TABLE temp_table AS (...) (שאילתה) ב-Ads Data Hub.
ייצוג JSON |
{
"tempTables": [
{
object (TempTable )
}
]
} |
שדות |
tempTables[] |
object (TempTable )
מגדירה רשימה של טבלאות זמניות שנוצרו על ידי שאילתה של Ads Data Hub.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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."]]],[]]