Class DebugQueryResult (2.19.0)

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

Contains a single result from the debug query.

Attributes

Name Description
name str
Specifies the name of the result. Available if provided with an explicit alias using [AS] alias.
type_ str
Indicates the data type of the result. For more information, see `BigQuery data types
value str
Represents the value of the result as a string.