OutputArtifacts
क्वेरी चलाने के दौरान बनाई गई आउटपुट कलाकृतियां, जैसे कि अस्थायी टेबल बनाने के लिए, Ads Data Hub क्वेरी में CREATE TABLE_table AS (...) का इस्तेमाल किया जाता है.
जेएसओएन के काेड में दिखाना |
{
"tempTables": [
{
object (TempTable )
}
]
} |
फ़ील्ड |
tempTables[] |
object (TempTable )
इस नीति की मदद से, Ads Data Hub क्वेरी से बनाई गई अस्थायी टेबल की सूची के बारे में पता चलता है.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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."]]],[]]