Module values (2.26.0)

API documentation for bigtable.data.execute_query.values module.

Classes

QueryResultRow

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

Represents a single row of the result

Struct

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

Represents a struct value in the result