Class StandardSqlTableType (3.12.0)

StandardSqlTableType(
    columns: typing.Iterable[google.cloud.bigquery.standard_sql.StandardSqlField],
)

Properties

columns

The columns in this table type.

Methods

from_api_repr

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

Construct an SQL table type instance given its API representation.

to_api_repr

to_api_repr() -> typing.Dict[str, typing.Any]

Construct the API resource representation of this SQL table type.