As of January 1, 2020 this library no longer supports Python 2 on the latest released version. Library versions released prior to that date will continue to be available. For more information please visit Python 2 support on Google Cloud.

Execute Query Values

class google.cloud.bigtable.data.execute_query.values.QueryResultRow(fields: Optional[List[Tuple[Optional[str], google.cloud.bigtable.data.execute_query.values.T]]] = None)[source]

Bases: google.cloud.bigtable.data.execute_query.values._NamedList[Union[int, float, bool, bytes, str, google.api_core.datetime_helpers.DatetimeWithNanoseconds, google.type.date_pb2.Date, Struct, List[ExecuteQueryValueType], Mapping[Union[str, int, bytes], ExecuteQueryValueType]]]

Represents a single row of the result

class google.cloud.bigtable.data.execute_query.values.Struct(fields: Optional[List[Tuple[Optional[str], google.cloud.bigtable.data.execute_query.values.T]]] = None)[source]

Bases: google.cloud.bigtable.data.execute_query.values._NamedList[Union[int, float, bool, bytes, str, google.api_core.datetime_helpers.DatetimeWithNanoseconds, google.type.date_pb2.Date, Struct, List[ExecuteQueryValueType], Mapping[Union[str, int, bytes], ExecuteQueryValueType]]]

Represents a struct value in the result