Class TransformColumn (3.34.0)

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

TransformColumn represents a transform column feature.

See https://cloud.google.com/bigquery/docs/reference/rest/v2/models#transformcolumn

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.