Class ColumnInfo (0.3.3)

ColumnInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information about a column. .. attribute:: output_alias

The alias of the output column as used by the backend. For example, the field name in the schema provided in the query response in BigQuery.

:type: str

Attribute

NameDescription
display_name str
Human readable name of the output column.