Class ResultSet (3.66.0)

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

Results from Read][google.spanner.v1.Spanner.Read] or ExecuteSql][google.spanner.v1.Spanner.ExecuteSql].

Attributes

Name Description
metadata google.cloud.spanner_v1.types.ResultSetMetadata
Metadata about the result set, such as row type information.
rows MutableSequence[google.protobuf.struct_pb2.ListValue]
Each element in rows is a row whose format is defined by metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. The ith element in each row matches the ith field in metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. Elements are encoded based on type as described here][google.spanner.v1.TypeCode].
stats google.cloud.spanner_v1.types.ResultSetStats
Query plan and execution statistics for the SQL statement that produced this result set. These can be requested by setting ExecuteSqlRequest.query_mode][google.spanner.v1.ExecuteSqlRequest.query_mode]. DML statements always produce stats containing the number of rows modified, unless executed using the ExecuteSqlRequest.QueryMode.PLAN][google.spanner.v1.ExecuteSqlRequest.QueryMode.PLAN] ExecuteSqlRequest.query_mode][google.spanner.v1.ExecuteSqlRequest.query_mode]. Other fields might or might not be populated, based on the ExecuteSqlRequest.query_mode][google.spanner.v1.ExecuteSqlRequest.query_mode].
precommit_token google.cloud.spanner_v1.types.MultiplexedSessionPrecommitToken
Optional. A precommit token is included if the read-write transaction is on a multiplexed session. Pass the precommit token with the highest sequence number from this transaction attempt to the Commit][google.spanner.v1.Spanner.Commit] request for this transaction.
cache_update google.cloud.spanner_v1.types.CacheUpdate
Optional. A cache update expresses a set of changes the client should incorporate into its location cache. The client should discard the changes if they are older than the data it already has. This data can be obtained in response to requests that included a RoutingHint field, but may also be obtained by explicit location-fetching RPCs which may be added in the future.