Definiert einen BigQuery-Feldtyp.
JSON-Darstellung |
---|
{ // Union field |
Felder | |
---|---|
Union-Feld field_type . Der Feldtyp. Für field_type ist nur einer der folgenden Werte zulässig: |
|
type |
Einfacher BigQuery-Typ, z. B. 'STRING' oder 'INT64' Siehe https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types. |
arrayType |
Typ der Arrayelemente, sofern es sich um einen ARRAY'-Typ handelt. |
structType |
Typ des Struct-Felds, falls es sich um einen Konstruktionstyp handelt. |
StructType
Definiert einen Strukturtyp.
JSON-Darstellung |
---|
{
"fields": [
{
object ( |
Felder | |
---|---|
fields[] |
Eine sortierte Liste von Feldern für eine bestimmte Struktur. |
StructField
Ein Schlüssel/Wert-Paar, das ein einzelnes Strukturfeld definiert.
JSON-Darstellung |
---|
{
"fieldName": string,
"fieldType": {
object ( |
Felder | |
---|---|
fieldName |
Der Name des Feldes. |
fieldType |
Der Feldtyp. |