Określa typ pola BigQuery.
Zapis JSON |
---|
{ // Union field |
Pola | |
---|---|
Pole związkowe field_type . Typ pola. field_type może mieć tylko jedną z tych wartości: |
|
type |
Prosty typ BigQuery, np. 'STRING' lub#39;INT64'. Zobacz https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types. |
arrayType |
Typ tablicy, jeśli jest to typ &AR3Y;ARRAY'. |
structType |
Typ pola strukturalnego, jeśli ten typ to ' |
Typ struktury
Określa typ konstrukcji.
Zapis JSON |
---|
{
"fields": [
{
object ( |
Pola | |
---|---|
fields[] |
Uporządkowana lista pól dla określonego elementu. |
Pole strukturalne
Para klucz-wartość definiująca pojedyncze pole strukturalne.
Zapis JSON |
---|
{
"fieldName": string,
"fieldType": {
object ( |
Pola | |
---|---|
fieldName |
Nazwa pola. |
fieldType |
Typ pola. |