Class ColumnInfo (0.4.0)

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

Information about a column.

Attributes

NameDescription
output_alias str
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.
display_name str
Human readable name of the output column.