StructType
defines the fields of a STRUCT
type.
| JSON representation |
|---|
{
"fields"
:
[
{
object (
|
| Fields | |
|---|---|
fields[]
|
The list of fields that make up this struct. Order is significant, because values of this struct type are represented as lists, where the order of field values matches the order of fields in the |
Field
Message representing a single field of a struct.
| JSON representation |
|---|
{
"name"
:
string
,
"type"
:
{
object (
|
| Fields | |
|---|---|
name
|
The name of the field. For reads, this is the column name. For SQL queries, it is the column alias (e.g., |
type
|
The type of the field. |

