google_api_spanner v0.0.1 GoogleApi.Spanner.V1.Model.ResultSet View Source

Results from Read or ExecuteSql.

Attributes

  • metadata (ResultSetMetadata): Metadata about the result set, such as row type information. Defaults to: null.
  • rows (List[List[ErrorUnknown]]): Each element in `rows` is a row whose format is defined by metadata.row_type. The ith element in each row matches the ith field in metadata.row_type. Elements are encoded based on type as described here. Defaults to: null.
  • stats (ResultSetStats): Query plan and execution statistics for the query that produced this result set. These can be requested by setting ExecuteSqlRequest.query_mode. Defaults to: null.