Expand description

The type of a variable, e.g., a function argument. Examples: INT64: {type_kind=“INT64”} ARRAY: {type_kind=“ARRAY”, array_element_type=“STRING”} STRUCT>: {type_kind=“STRUCT”, struct_type={fields=[ {name=“x”, type={type_kind=“STRING”}}, {name=“y”, type={type_kind=“ARRAY”, array_element_type=“DATE”}} ]}}

Structs§

Enums§

  • Required. The top level type of this field. Can be any standard SQL data type (e.g., “INT64”, “DATE”, “ARRAY”).