OutputArtifacts
ক্যোয়ারী এক্সিকিউশনের সময় তৈরি আউটপুট আর্টিফ্যাক্ট, যেমন টেম্প টেবিলগুলি বিজ্ঞাপন ডেটা হাব ক্যোয়ারীতে CREATE TABLE temp_table AS (...) ব্যবহার করে তৈরি করা হয়।
JSON প্রতিনিধিত্ব |
---|
{
"tempTables": [
{
object (TempTable )
}
]
} |
ক্ষেত্র |
---|
tempTables[] | object ( TempTable ) বিজ্ঞাপন ডেটা হাব কোয়েরি দ্বারা তৈরি টেম্প টেবিলের তালিকা নির্ধারণ করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2022-09-26 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2022-09-26 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."]]],[]]