Class TransformColumn (3.24.0)

TransformColumn(resource: typing.Dict[str, typing.Any])

Properties

name

Name of the column.

transform_sql

The SQL expression used in the column transform.

type_

Data type of the column after the transform.

Returns
Type Description
Optional[google.cloud.bigquery.standard_sql.StandardSqlDataType] Data type of the column.

Methods

from_api_repr

from_api_repr(
    resource: typing.Dict[str, typing.Any]
) -> google.cloud.bigquery.model.TransformColumn

Constructs a transform column feature given its API representation