OutputArtifacts
Ausgabeartefakte, die während der Abfrageausführung erstellt werden, z.B. temporäre Tabellen mithilfe von CREATE TABLE temp_table AS (...) in einer Ads Data Hub-Abfrage erstellt.
JSON-Darstellung |
{
"tempTables": [
{
object (TempTable )
}
]
} |
Felder |
tempTables[] |
object (TempTable )
Definiert die Liste der temporären Tabellen, die durch eine Ads Data Hub-Abfrage erstellt wurden.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2022-09-27 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]