OutputArtifacts
عناصر الإخراج التي تم إنشاؤها أثناء تنفيذ طلب البحث، على سبيل المثال يتم إنشاء جداول درجة الحرارة باستخدام CREATE TABLE_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 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2022-09-27 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]