OutputArtifacts
مصنوعات خروجی ایجاد شده در طول اجرای پرس و جو، به عنوان مثال جداول Temp با استفاده از CREATE TABLE temp_table AS (...) در یک جستجوی Ads Data Hub ایجاد می شوند.
نمایندگی JSON |
---|
{
"tempTables": [
{
object (TempTable )
}
]
} |
زمینه های |
---|
tempTables[] | object ( TempTable ) فهرستی از جداول موقت ایجاد شده توسط یک جستجوی Ads Data Hub را تعریف می کند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2022-09-26 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2022-09-26 بهوقت ساعت هماهنگ جهانی."],[[["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."]]],[]]