Définit un type de champ BigQuery.
Représentation JSON |
---|
{ // Union field |
Champs | |
---|---|
Champ d'union field_type . Type de champ. field_type ne peut être qu'un des éléments suivants : |
|
type |
Type BigQuery simple, par exemple &STRING, ou INT64. Consultez la page https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types. |
arrayType |
Type des éléments du tableau, s'il s'agit d'un type ARRAY. |
structType |
Type de champ "Structure", s'il s'agit d'un type "STRUCT". |
StructType
Définit un type de structure.
Représentation JSON |
---|
{
"fields": [
{
object ( |
Champs | |
---|---|
fields[] |
Liste numérotée de champs pour une structure donnée. |
Champ de structure
Paire clé-valeur qui définit un champ de structure unique.
Représentation JSON |
---|
{
"fieldName": string,
"fieldType": {
object ( |
Champs | |
---|---|
fieldName |
Nom du champ. |
fieldType |
Type de champ. |