Menentukan jenis kolom BigQuery.
Representasi JSON |
---|
{ // Union field |
Kolom | |
---|---|
Kolom union field_type . Jenis kolom. field_type hanya dapat berupa salah satu dari berikut: |
|
type |
Jenis sederhana BigQuery, mis. 'STRING' atau 'INT64'. Lihat https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types. |
arrayType |
Jenis elemen array, jika ini adalah jenis 'ARRAY'. |
structType |
Jenis kolom struktur, jika ini adalah jenis 'STRUCT' |
Jenis Struct
Menentukan jenis struktur.
Representasi JSON |
---|
{
"fields": [
{
object ( |
Kolom | |
---|---|
fields[] |
Daftar urut kolom untuk struktur tertentu. |
StructField
Pasangan nilai kunci yang menentukan kolom struct tunggal.
Representasi JSON |
---|
{
"fieldName": string,
"fieldType": {
object ( |
Kolom | |
---|---|
fieldName |
Nama kolom. |
fieldType |
Jenis kolom. |