google_api_big_query v0.12.0 GoogleApi.BigQuery.V2.Model.StandardSqlDataType View Source
The type of a variable, e.g., a function argument.
Examples:
INT64: {type_kind="INT64"}
ARRAY
Attributes
- arrayElementType (GoogleApi.BigQuery.V2.Model.StandardSqlDataType.t): The type of the array's elements, if type_kind = "ARRAY". Defaults to
nil
. - structType (GoogleApi.BigQuery.V2.Model.StandardSqlStructType.t): The fields of this struct, in order, if type_kind = "STRUCT". Defaults to
nil
. - typeKind (String.t): Required. The top level type of this field.
Can be any standard SQL data type (e.g., "INT64", "DATE", "ARRAY"). Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.BigQuery.V2.Model.StandardSqlDataType{
arrayElementType: GoogleApi.BigQuery.V2.Model.StandardSqlDataType.t(),
structType: GoogleApi.BigQuery.V2.Model.StandardSqlStructType.t(),
typeKind: String.t()
}
t() :: %GoogleApi.BigQuery.V2.Model.StandardSqlDataType{ arrayElementType: GoogleApi.BigQuery.V2.Model.StandardSqlDataType.t(), structType: GoogleApi.BigQuery.V2.Model.StandardSqlStructType.t(), typeKind: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.