GoogleApi.BigQuery.V2.Model.TransformColumn (google_api_big_query v0.88.0)
View SourceInformation about a single transform column.
Attributes
-
name(type:String.t, default:nil) - Output only. Name of the column. -
transformSql(type:String.t, default:nil) - Output only. The SQL expression used in the column transform. -
type(type:GoogleApi.BigQuery.V2.Model.StandardSqlDataType.t, default:nil) - Output only. Data type of the column after the transform.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQuery.V2.Model.TransformColumn{ name: String.t() | nil, transformSql: String.t() | nil, type: GoogleApi.BigQuery.V2.Model.StandardSqlDataType.t() | nil }