Class StandardSqlTableType (3.3.3)

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

Inheritance

builtins.object > StandardSqlTableType

Properties

columns

The columns in this table type.

Methods

from_api_repr

from_api_repr(resource: Dict[str, Any])

Construct an SQL table type instance given its API representation.

to_api_repr

to_api_repr()

Construct the API resource representation of this SQL table type.