Class StandardSqlTableType (3.21.0)

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

Parameter

NameDescription
columns typing.Iterable[google.cloud.bigquery.standard_sql.StandardSqlField]

The columns in this table type.

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.