Class Column (0.7.0)

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

Describes a single column in the result set.

Attributes

Name Description
name str
The name of the column.
type_ str
The type of the column (e.g., "VARCHAR", "INT64", "TIMESTAMP").