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)

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)

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